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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=103",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 104,
    "results": [
        {
            "start": 817485395,
            "stop": 817485398
        },
        {
            "start": 817485779,
            "stop": 817485873
        },
        {
            "start": 817485993,
            "stop": 817485998
        },
        {
            "start": 817486061,
            "stop": 817486065
        },
        {
            "start": 817488704,
            "stop": 817488708
        },
        {
            "start": 817491662,
            "stop": 817492555
        },
        {
            "start": 817492752,
            "stop": 817492843
        },
        {
            "start": 817493024,
            "stop": 817496155
        },
        {
            "start": 817496457,
            "stop": 817503229
        },
        {
            "start": 817504024,
            "stop": 817504496
        },
        {
            "start": 817507859,
            "stop": 817508353
        },
        {
            "start": 817509065,
            "stop": 817510268
        },
        {
            "start": 817510420,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817535543
        },
        {
            "start": 817535550,
            "stop": 817549476
        },
        {
            "start": 817549800,
            "stop": 817549882
        },
        {
            "start": 817549887,
            "stop": 817550010
        },
        {
            "start": 817550015,
            "stop": 817550088
        },
        {
            "start": 817550093,
            "stop": 817550166
        },
        {
            "start": 817550170,
            "stop": 817551328
        }
    ]
}