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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=3",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 4,
    "results": [
        {
            "start": 816229643,
            "stop": 816229708
        },
        {
            "start": 816229716,
            "stop": 816229823
        },
        {
            "start": 816229835,
            "stop": 816229837
        },
        {
            "start": 816229847,
            "stop": 816229879
        },
        {
            "start": 816229890,
            "stop": 816229915
        },
        {
            "start": 816229923,
            "stop": 816229953
        },
        {
            "start": 816229963,
            "stop": 816230022
        },
        {
            "start": 816230034,
            "stop": 816230063
        },
        {
            "start": 816230072,
            "stop": 816230127
        },
        {
            "start": 816230144,
            "stop": 816230167
        },
        {
            "start": 816230175,
            "stop": 816230181
        },
        {
            "start": 816230189,
            "stop": 816230219
        },
        {
            "start": 816230229,
            "stop": 816230260
        },
        {
            "start": 816230271,
            "stop": 816230272
        },
        {
            "start": 816230293,
            "stop": 816230310
        },
        {
            "start": 816230318,
            "stop": 816230335
        },
        {
            "start": 816230345,
            "stop": 816230366
        },
        {
            "start": 816230375,
            "stop": 816230378
        },
        {
            "start": 816230389,
            "stop": 816230438
        },
        {
            "start": 816230445,
            "stop": 816230559
        }
    ]
}