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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1431",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1432,
    "results": [
        {
            "start": 852716820,
            "stop": 852794532
        },
        {
            "start": 852795892,
            "stop": 852828248
        },
        {
            "start": 852829997,
            "stop": 852833713
        },
        {
            "start": 852833870,
            "stop": 852838647
        },
        {
            "start": 852838751,
            "stop": 852920941
        },
        {
            "start": 852924759,
            "stop": 852924934
        },
        {
            "start": 852924965,
            "stop": 852926233
        },
        {
            "start": 852926497,
            "stop": 852993710
        },
        {
            "start": 852993713,
            "stop": 852993719
        },
        {
            "start": 852993723,
            "stop": 852996438
        },
        {
            "start": 852996442,
            "stop": 852998047
        },
        {
            "start": 852998050,
            "stop": 852998077
        },
        {
            "start": 853023583,
            "stop": 853024153
        },
        {
            "start": 853024526,
            "stop": 853041253
        },
        {
            "start": 853041256,
            "stop": 853093700
        },
        {
            "start": 853093703,
            "stop": 853098912
        },
        {
            "start": 853099012,
            "stop": 853142613
        },
        {
            "start": 853142616,
            "stop": 853196703
        },
        {
            "start": 853199741,
            "stop": 853206673
        },
        {
            "start": 853206711,
            "stop": 853206712
        }
    ]
}