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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=244",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 245,
    "results": [
        {
            "start": 820261192,
            "stop": 820261313
        },
        {
            "start": 820261316,
            "stop": 820261707
        },
        {
            "start": 820261710,
            "stop": 820261734
        },
        {
            "start": 820261738,
            "stop": 820261821
        },
        {
            "start": 820261824,
            "stop": 820261848
        },
        {
            "start": 820261851,
            "stop": 820262379
        },
        {
            "start": 820262383,
            "stop": 820262385
        },
        {
            "start": 820262389,
            "stop": 820262757
        },
        {
            "start": 820262760,
            "stop": 820262860
        },
        {
            "start": 820262863,
            "stop": 820262869
        },
        {
            "start": 820262872,
            "stop": 820263285
        },
        {
            "start": 820263405,
            "stop": 820263554
        },
        {
            "start": 820263557,
            "stop": 820263607
        },
        {
            "start": 820263610,
            "stop": 820264236
        },
        {
            "start": 820264239,
            "stop": 820264679
        },
        {
            "start": 820264799,
            "stop": 820264903
        },
        {
            "start": 820264907,
            "stop": 820267463
        },
        {
            "start": 820267466,
            "stop": 820267830
        },
        {
            "start": 820267950,
            "stop": 820267991
        },
        {
            "start": 820267995,
            "stop": 820269548
        }
    ]
}