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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=363",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 364,
    "results": [
        {
            "start": 825099770,
            "stop": 825100079
        },
        {
            "start": 825100086,
            "stop": 825100127
        },
        {
            "start": 825100134,
            "stop": 825100479
        },
        {
            "start": 825100486,
            "stop": 825100880
        },
        {
            "start": 825100887,
            "stop": 825100942
        },
        {
            "start": 825100950,
            "stop": 825101525
        },
        {
            "start": 825101532,
            "stop": 825101545
        },
        {
            "start": 825101553,
            "stop": 825101833
        },
        {
            "start": 825105567,
            "stop": 825105592
        },
        {
            "start": 825105934,
            "stop": 825105971
        },
        {
            "start": 825106133,
            "stop": 825106301
        },
        {
            "start": 825106342,
            "stop": 825106343
        },
        {
            "start": 825106571,
            "stop": 825106928
        },
        {
            "start": 825106935,
            "stop": 825107110
        },
        {
            "start": 825107117,
            "stop": 825107243
        },
        {
            "start": 825107257,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825108396
        },
        {
            "start": 825108404,
            "stop": 825108483
        },
        {
            "start": 825108490,
            "stop": 825108492
        },
        {
            "start": 825108499,
            "stop": 825108507
        }
    ]
}