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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=97",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 98,
    "results": [
        {
            "start": 832415191,
            "stop": 832421105
        },
        {
            "start": 832422612,
            "stop": 832423247
        },
        {
            "start": 832446533,
            "stop": 832480307
        },
        {
            "start": 832484004,
            "stop": 832491235
        },
        {
            "start": 832491997,
            "stop": 832496820
        },
        {
            "start": 832496935,
            "stop": 832505576
        },
        {
            "start": 832505745,
            "stop": 832506211
        },
        {
            "start": 832506657,
            "stop": 832507288
        },
        {
            "start": 832513923,
            "stop": 832514362
        },
        {
            "start": 832518526,
            "stop": 832521509
        },
        {
            "start": 832526812,
            "stop": 832527593
        },
        {
            "start": 832529971,
            "stop": 832530157
        },
        {
            "start": 832530902,
            "stop": 832540869
        },
        {
            "start": 832540939,
            "stop": 832540940
        },
        {
            "start": 832540979,
            "stop": 832541733
        },
        {
            "start": 832541810,
            "stop": 832576574
        },
        {
            "start": 832577240,
            "stop": 832581590
        },
        {
            "start": 832581821,
            "stop": 832590785
        },
        {
            "start": 832591224,
            "stop": 832592884
        },
        {
            "start": 832614538,
            "stop": 832615013
        }
    ]
}