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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=104",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 105,
    "results": [
        {
            "start": 825909049,
            "stop": 825909069
        },
        {
            "start": 825909072,
            "stop": 825909387
        },
        {
            "start": 825909391,
            "stop": 825909406
        },
        {
            "start": 825909410,
            "stop": 825909567
        },
        {
            "start": 825909570,
            "stop": 825909714
        },
        {
            "start": 825909717,
            "stop": 825909728
        },
        {
            "start": 825909732,
            "stop": 825909781
        },
        {
            "start": 825909785,
            "stop": 825909805
        },
        {
            "start": 825909808,
            "stop": 825909863
        },
        {
            "start": 825909867,
            "stop": 825909887
        },
        {
            "start": 825909890,
            "stop": 825909896
        },
        {
            "start": 825909900,
            "stop": 825909906
        },
        {
            "start": 825909915,
            "stop": 825909921
        },
        {
            "start": 825909925,
            "stop": 825909978
        },
        {
            "start": 825909982,
            "stop": 825909998
        },
        {
            "start": 825910011,
            "stop": 825910021
        },
        {
            "start": 825910030,
            "stop": 825910046
        },
        {
            "start": 825910060,
            "stop": 825910071
        },
        {
            "start": 825910080,
            "stop": 825910141
        },
        {
            "start": 825910159,
            "stop": 825910164
        }
    ]
}