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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5383",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5384,
    "results": [
        {
            "start": 971601582,
            "stop": 971601586
        },
        {
            "start": 971601610,
            "stop": 971601614
        },
        {
            "start": 971601617,
            "stop": 971601618
        },
        {
            "start": 971601621,
            "stop": 971601622
        },
        {
            "start": 971601644,
            "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
        },
        {
            "start": 971607585,
            "stop": 971607740
        },
        {
            "start": 971607743,
            "stop": 971607834
        }
    ]
}