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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=20",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 21,
    "results": [
        {
            "start": 931244646,
            "stop": 931244649
        },
        {
            "start": 931244656,
            "stop": 931244658
        },
        {
            "start": 931244660,
            "stop": 931244662
        },
        {
            "start": 931244666,
            "stop": 931244677
        },
        {
            "start": 931244679,
            "stop": 931244684
        },
        {
            "start": 931244686,
            "stop": 931244687
        },
        {
            "start": 931244689,
            "stop": 931244693
        },
        {
            "start": 931244697,
            "stop": 931244699
        },
        {
            "start": 931244702,
            "stop": 931244708
        },
        {
            "start": 931244713,
            "stop": 931244714
        },
        {
            "start": 931244717,
            "stop": 931244718
        },
        {
            "start": 931244723,
            "stop": 931244724
        },
        {
            "start": 931244743,
            "stop": 931244746
        },
        {
            "start": 931244749,
            "stop": 931244751
        },
        {
            "start": 931244753,
            "stop": 931244754
        },
        {
            "start": 931244756,
            "stop": 931244757
        },
        {
            "start": 931244759,
            "stop": 931244760
        },
        {
            "start": 931244767,
            "stop": 931244768
        },
        {
            "start": 931244772,
            "stop": 931244775
        },
        {
            "start": 931244780,
            "stop": 931244781
        }
    ]
}