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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16027",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16025",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16026,
    "results": [
        {
            "start": 971601496,
            "stop": 971601502
        },
        {
            "start": 971601504,
            "stop": 971601505
        },
        {
            "start": 971601507,
            "stop": 971601512
        },
        {
            "start": 971601516,
            "stop": 971601517
        },
        {
            "start": 971601519,
            "stop": 971601524
        },
        {
            "start": 971601529,
            "stop": 971601534
        },
        {
            "start": 971601654,
            "stop": 971601656
        },
        {
            "start": 971603367,
            "stop": 971603722
        },
        {
            "start": 971603725,
            "stop": 971603901
        },
        {
            "start": 971603904,
            "stop": 971603932
        },
        {
            "start": 971603935,
            "stop": 971604074
        },
        {
            "start": 971604077,
            "stop": 971604383
        },
        {
            "start": 971604386,
            "stop": 971604515
        },
        {
            "start": 971604518,
            "stop": 971604757
        },
        {
            "start": 971604760,
            "stop": 971605658
        },
        {
            "start": 971605661,
            "stop": 971606174
        },
        {
            "start": 971606177,
            "stop": 971607175
        },
        {
            "start": 971607178,
            "stop": 971607536
        },
        {
            "start": 971607539,
            "stop": 971607563
        },
        {
            "start": 971607566,
            "stop": 971607582
        }
    ]
}