Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=40",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 41,
    "results": [
        {
            "start": 823298612,
            "stop": 823300829
        },
        {
            "start": 823328764,
            "stop": 823333867
        },
        {
            "start": 823336796,
            "stop": 823342535
        },
        {
            "start": 823342612,
            "stop": 823346106
        },
        {
            "start": 823347844,
            "stop": 823348518
        },
        {
            "start": 823348592,
            "stop": 823348689
        },
        {
            "start": 823348756,
            "stop": 823350278
        },
        {
            "start": 823350348,
            "stop": 823351240
        },
        {
            "start": 823351354,
            "stop": 823353424
        },
        {
            "start": 823354215,
            "stop": 823354335
        },
        {
            "start": 823398198,
            "stop": 823399580
        },
        {
            "start": 823399715,
            "stop": 823414749
        },
        {
            "start": 823417156,
            "stop": 823424676
        },
        {
            "start": 823425572,
            "stop": 823440388
        },
        {
            "start": 823440843,
            "stop": 823440889
        },
        {
            "start": 823441849,
            "stop": 823442209
        },
        {
            "start": 823444104,
            "stop": 823444470
        },
        {
            "start": 823445302,
            "stop": 823445641
        },
        {
            "start": 823446025,
            "stop": 823446374
        },
        {
            "start": 823446669,
            "stop": 823446830
        }
    ]
}