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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=19",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 20,
    "results": [
        {
            "start": 931244465,
            "stop": 931244466
        },
        {
            "start": 931244474,
            "stop": 931244475
        },
        {
            "start": 931244513,
            "stop": 931244514
        },
        {
            "start": 931244525,
            "stop": 931244541
        },
        {
            "start": 931244543,
            "stop": 931244545
        },
        {
            "start": 931244548,
            "stop": 931244551
        },
        {
            "start": 931244560,
            "stop": 931244561
        },
        {
            "start": 931244570,
            "stop": 931244578
        },
        {
            "start": 931244580,
            "stop": 931244586
        },
        {
            "start": 931244588,
            "stop": 931244599
        },
        {
            "start": 931244601,
            "stop": 931244602
        },
        {
            "start": 931244605,
            "stop": 931244607
        },
        {
            "start": 931244609,
            "stop": 931244613
        },
        {
            "start": 931244615,
            "stop": 931244619
        },
        {
            "start": 931244623,
            "stop": 931244627
        },
        {
            "start": 931244629,
            "stop": 931244630
        },
        {
            "start": 931244634,
            "stop": 931244636
        },
        {
            "start": 931244646,
            "stop": 931244649
        },
        {
            "start": 931244656,
            "stop": 931244658
        },
        {
            "start": 931244660,
            "stop": 931244662
        }
    ]
}