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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=181",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 182,
    "results": [
        {
            "start": 843735850,
            "stop": 843742033
        },
        {
            "start": 843742825,
            "stop": 843745885
        },
        {
            "start": 843746972,
            "stop": 843765757
        },
        {
            "start": 843766576,
            "stop": 843791649
        },
        {
            "start": 843791652,
            "stop": 843795760
        },
        {
            "start": 843797149,
            "stop": 843801493
        },
        {
            "start": 843802176,
            "stop": 843802732
        },
        {
            "start": 843804200,
            "stop": 843804656
        },
        {
            "start": 843804657,
            "stop": 843827717
        },
        {
            "start": 843827718,
            "stop": 843833279
        },
        {
            "start": 843833937,
            "stop": 843836158
        },
        {
            "start": 843837393,
            "stop": 843837416
        },
        {
            "start": 843848221,
            "stop": 843848435
        },
        {
            "start": 843848438,
            "stop": 843854606
        },
        {
            "start": 843854607,
            "stop": 843854624
        },
        {
            "start": 843854625,
            "stop": 843854630
        },
        {
            "start": 843854631,
            "stop": 843854676
        },
        {
            "start": 843854677,
            "stop": 843855508
        },
        {
            "start": 843855511,
            "stop": 843855556
        },
        {
            "start": 843855557,
            "stop": 843855580
        }
    ]
}