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_STOCH_CAT1/segments?format=api&page=75
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=74",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 75,
    "results": [
        {
            "start": 825250308,
            "stop": 825254190
        },
        {
            "start": 825254414,
            "stop": 825254708
        },
        {
            "start": 825255211,
            "stop": 825257859
        },
        {
            "start": 825259461,
            "stop": 825262573
        },
        {
            "start": 825263855,
            "stop": 825268593
        },
        {
            "start": 825268594,
            "stop": 825268921
        },
        {
            "start": 825278301,
            "stop": 825278369
        },
        {
            "start": 825278370,
            "stop": 825279417
        },
        {
            "start": 825279418,
            "stop": 825280429
        },
        {
            "start": 825280439,
            "stop": 825280475
        },
        {
            "start": 825280483,
            "stop": 825282193
        },
        {
            "start": 825283292,
            "stop": 825286304
        },
        {
            "start": 825286336,
            "stop": 825288417
        },
        {
            "start": 825288458,
            "stop": 825290624
        },
        {
            "start": 825290656,
            "stop": 825290944
        },
        {
            "start": 825290976,
            "stop": 825292455
        },
        {
            "start": 825293916,
            "stop": 825294048
        },
        {
            "start": 825294080,
            "stop": 825295392
        },
        {
            "start": 825295424,
            "stop": 825297792
        },
        {
            "start": 825297824,
            "stop": 825299168
        }
    ]
}