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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=137",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 138,
    "results": [
        {
            "start": 818734104,
            "stop": 818734210
        },
        {
            "start": 818734239,
            "stop": 818734315
        },
        {
            "start": 818734355,
            "stop": 818734381
        },
        {
            "start": 818734410,
            "stop": 818734434
        },
        {
            "start": 818734462,
            "stop": 818734495
        },
        {
            "start": 818734524,
            "stop": 818734570
        },
        {
            "start": 818734626,
            "stop": 818734631
        },
        {
            "start": 818734638,
            "stop": 818734675
        },
        {
            "start": 818734705,
            "stop": 818734711
        },
        {
            "start": 818734740,
            "stop": 818734747
        },
        {
            "start": 818734906,
            "stop": 818734909
        },
        {
            "start": 818734960,
            "stop": 818734973
        },
        {
            "start": 818735134,
            "stop": 818735149
        },
        {
            "start": 818737566,
            "stop": 818737572
        },
        {
            "start": 818737732,
            "stop": 818737741
        },
        {
            "start": 818737770,
            "stop": 818737772
        },
        {
            "start": 818737821,
            "stop": 818737841
        },
        {
            "start": 818737879,
            "stop": 818737902
        },
        {
            "start": 818737932,
            "stop": 818737970
        },
        {
            "start": 818743944,
            "stop": 818743957
        }
    ]
}