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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1964",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1962",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1963,
    "results": [
        {
            "start": 1253278726,
            "stop": 1253278837
        },
        {
            "start": 1253278839,
            "stop": 1253279255
        },
        {
            "start": 1253279258,
            "stop": 1253279337
        },
        {
            "start": 1253279345,
            "stop": 1253279949
        },
        {
            "start": 1253279951,
            "stop": 1253280955
        },
        {
            "start": 1253280963,
            "stop": 1253284116
        },
        {
            "start": 1253284118,
            "stop": 1253285188
        },
        {
            "start": 1253285190,
            "stop": 1253286567
        },
        {
            "start": 1253286570,
            "stop": 1253286731
        },
        {
            "start": 1253286739,
            "stop": 1253288406
        },
        {
            "start": 1253288409,
            "stop": 1253289195
        },
        {
            "start": 1253289198,
            "stop": 1253289331
        },
        {
            "start": 1253289334,
            "stop": 1253289780
        },
        {
            "start": 1253289783,
            "stop": 1253290504
        },
        {
            "start": 1253290507,
            "stop": 1253291377
        },
        {
            "start": 1253291380,
            "stop": 1253291920
        },
        {
            "start": 1253291922,
            "stop": 1253292027
        },
        {
            "start": 1253292030,
            "stop": 1253292091
        },
        {
            "start": 1253292094,
            "stop": 1253292320
        },
        {
            "start": 1253292323,
            "stop": 1253292421
        }
    ]
}