Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=332
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=331",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 332,
    "results": [
        {
            "start": 821386754,
            "stop": 821387048
        },
        {
            "start": 821387055,
            "stop": 821388458
        },
        {
            "start": 821388465,
            "stop": 821388565
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821393065
        },
        {
            "start": 821393072,
            "stop": 821393190
        },
        {
            "start": 821393197,
            "stop": 821393963
        },
        {
            "start": 821393970,
            "stop": 821394954
        },
        {
            "start": 821394961,
            "stop": 821397163
        },
        {
            "start": 821397171,
            "stop": 821398879
        },
        {
            "start": 821398886,
            "stop": 821400126
        },
        {
            "start": 821400129,
            "stop": 821400150
        },
        {
            "start": 821400153,
            "stop": 821400418
        },
        {
            "start": 821400421,
            "stop": 821400454
        },
        {
            "start": 821400461,
            "stop": 821400616
        },
        {
            "start": 821400619,
            "stop": 821400675
        },
        {
            "start": 821400676,
            "stop": 821400690
        },
        {
            "start": 821400693,
            "stop": 821400707
        },
        {
            "start": 821400715,
            "stop": 821400727
        },
        {
            "start": 821400734,
            "stop": 821400763
        }
    ]
}