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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=769",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=767",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 768,
    "results": [
        {
            "start": 957294604,
            "stop": 957294841
        },
        {
            "start": 957294847,
            "stop": 957295925
        },
        {
            "start": 957295931,
            "stop": 957296237
        },
        {
            "start": 957296243,
            "stop": 957296600
        },
        {
            "start": 957296606,
            "stop": 957302618
        },
        {
            "start": 957333559,
            "stop": 957334670
        },
        {
            "start": 957335143,
            "stop": 957335199
        },
        {
            "start": 957335205,
            "stop": 957335474
        },
        {
            "start": 957335480,
            "stop": 957335582
        },
        {
            "start": 957335588,
            "stop": 957336343
        },
        {
            "start": 957336349,
            "stop": 957336434
        },
        {
            "start": 957336440,
            "stop": 957336525
        },
        {
            "start": 957336531,
            "stop": 957336668
        },
        {
            "start": 957336674,
            "stop": 957336758
        },
        {
            "start": 957336763,
            "stop": 957336855
        },
        {
            "start": 957336861,
            "stop": 957336890
        },
        {
            "start": 957336896,
            "stop": 957337200
        },
        {
            "start": 957337206,
            "stop": 957337472
        },
        {
            "start": 957337478,
            "stop": 957337506
        },
        {
            "start": 957337512,
            "stop": 957337836
        }
    ]
}