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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=12",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 13,
    "results": [
        {
            "start": 815239911,
            "stop": 815239933
        },
        {
            "start": 815240846,
            "stop": 815240972
        },
        {
            "start": 815240976,
            "stop": 815241001
        },
        {
            "start": 815241005,
            "stop": 815241011
        },
        {
            "start": 815241014,
            "stop": 815241026
        },
        {
            "start": 815241029,
            "stop": 815241035
        },
        {
            "start": 815241048,
            "stop": 815241059
        },
        {
            "start": 815241062,
            "stop": 815241073
        },
        {
            "start": 815241092,
            "stop": 815241107
        },
        {
            "start": 815241114,
            "stop": 815241121
        },
        {
            "start": 815241130,
            "stop": 815241135
        },
        {
            "start": 815241139,
            "stop": 815241616
        },
        {
            "start": 815241623,
            "stop": 815241714
        },
        {
            "start": 815241727,
            "stop": 815241856
        },
        {
            "start": 815241863,
            "stop": 815241909
        },
        {
            "start": 815241917,
            "stop": 815241937
        },
        {
            "start": 815241955,
            "stop": 815241995
        },
        {
            "start": 815242002,
            "stop": 815242213
        },
        {
            "start": 815242220,
            "stop": 815242225
        },
        {
            "start": 815242232,
            "stop": 815243678
        }
    ]
}