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_CBCHIGH_CAT4/segments?format=api&page=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=204",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 205,
    "results": [
        {
            "start": 931450500,
            "stop": 931450523
        },
        {
            "start": 931450525,
            "stop": 931450528
        },
        {
            "start": 931450530,
            "stop": 931450545
        },
        {
            "start": 931450547,
            "stop": 931450594
        },
        {
            "start": 931450596,
            "stop": 931450598
        },
        {
            "start": 931450600,
            "stop": 931450643
        },
        {
            "start": 931450645,
            "stop": 931450652
        },
        {
            "start": 931450654,
            "stop": 931450669
        },
        {
            "start": 931450671,
            "stop": 931450678
        },
        {
            "start": 931450680,
            "stop": 931450688
        },
        {
            "start": 931450690,
            "stop": 931450696
        },
        {
            "start": 931450698,
            "stop": 931450711
        },
        {
            "start": 931450713,
            "stop": 931450721
        },
        {
            "start": 931450725,
            "stop": 931450726
        },
        {
            "start": 931450728,
            "stop": 931450729
        },
        {
            "start": 931450731,
            "stop": 931450732
        },
        {
            "start": 931450734,
            "stop": 931450736
        },
        {
            "start": 931450739,
            "stop": 931450748
        },
        {
            "start": 931450750,
            "stop": 931450780
        },
        {
            "start": 931450782,
            "stop": 931450790
        }
    ]
}