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=5226
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=5227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5225",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5226,
    "results": [
        {
            "start": 875138350,
            "stop": 875138429
        },
        {
            "start": 875138436,
            "stop": 875138471
        },
        {
            "start": 875138482,
            "stop": 875138483
        },
        {
            "start": 875138490,
            "stop": 875138562
        },
        {
            "start": 875138570,
            "stop": 875138585
        },
        {
            "start": 875138593,
            "stop": 875138601
        },
        {
            "start": 875138608,
            "stop": 875138678
        },
        {
            "start": 875138691,
            "stop": 875138701
        },
        {
            "start": 875138708,
            "stop": 875138709
        },
        {
            "start": 875138716,
            "stop": 875138758
        },
        {
            "start": 875138766,
            "stop": 875138861
        },
        {
            "start": 875138869,
            "stop": 875138916
        },
        {
            "start": 875138933,
            "stop": 875138984
        },
        {
            "start": 875138995,
            "stop": 875139086
        },
        {
            "start": 875139093,
            "stop": 875139235
        },
        {
            "start": 875139242,
            "stop": 875139261
        },
        {
            "start": 875139268,
            "stop": 875139275
        },
        {
            "start": 875139282,
            "stop": 875139373
        },
        {
            "start": 875139383,
            "stop": 875139386
        },
        {
            "start": 875139393,
            "stop": 875139471
        }
    ]
}