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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=66",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 67,
    "results": [
        {
            "start": 817355505,
            "stop": 817355801
        },
        {
            "start": 817355839,
            "stop": 817355955
        },
        {
            "start": 817355984,
            "stop": 817356600
        },
        {
            "start": 817356629,
            "stop": 817357698
        },
        {
            "start": 817357727,
            "stop": 817358479
        },
        {
            "start": 817358510,
            "stop": 817364490
        },
        {
            "start": 817364519,
            "stop": 817364983
        },
        {
            "start": 817365016,
            "stop": 817365050
        },
        {
            "start": 817365079,
            "stop": 817365088
        },
        {
            "start": 817365122,
            "stop": 817365373
        },
        {
            "start": 817366310,
            "stop": 817366319
        },
        {
            "start": 817366328,
            "stop": 817366534
        },
        {
            "start": 817366541,
            "stop": 817367626
        },
        {
            "start": 817367735,
            "stop": 817368150
        },
        {
            "start": 817368183,
            "stop": 817368205
        },
        {
            "start": 817368234,
            "stop": 817368303
        },
        {
            "start": 817368362,
            "stop": 817372340
        },
        {
            "start": 817372370,
            "stop": 817373979
        },
        {
            "start": 817374008,
            "stop": 817379582
        },
        {
            "start": 817379593,
            "stop": 817379623
        }
    ]
}