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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=724",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 725,
    "results": [
        {
            "start": 852567754,
            "stop": 852567757
        },
        {
            "start": 852570768,
            "stop": 852573030
        },
        {
            "start": 852573090,
            "stop": 852574950
        },
        {
            "start": 852575010,
            "stop": 852575030
        },
        {
            "start": 852575033,
            "stop": 852575035
        },
        {
            "start": 852575801,
            "stop": 852576316
        },
        {
            "start": 852577440,
            "stop": 852577444
        },
        {
            "start": 852579451,
            "stop": 852579633
        },
        {
            "start": 852579634,
            "stop": 852579941
        },
        {
            "start": 852579942,
            "stop": 852580476
        },
        {
            "start": 852583457,
            "stop": 852583854
        },
        {
            "start": 852585782,
            "stop": 852587459
        },
        {
            "start": 852587460,
            "stop": 852595329
        },
        {
            "start": 852599226,
            "stop": 852628005
        },
        {
            "start": 852629041,
            "stop": 852633521
        },
        {
            "start": 852638743,
            "stop": 852644877
        },
        {
            "start": 852645501,
            "stop": 852645746
        },
        {
            "start": 852646146,
            "stop": 852646151
        },
        {
            "start": 852646939,
            "stop": 852648353
        },
        {
            "start": 852649115,
            "stop": 852652954
        }
    ]
}