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_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_CBCLOW_CAT4/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=204",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 205,
    "results": [
        {
            "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
        },
        {
            "start": 931450792,
            "stop": 931450832
        },
        {
            "start": 931450834,
            "stop": 931450854
        },
        {
            "start": 931450856,
            "stop": 931450859
        },
        {
            "start": 931450862,
            "stop": 931450873
        },
        {
            "start": 931450875,
            "stop": 931450888
        },
        {
            "start": 931450890,
            "stop": 931450911
        }
    ]
}