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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7256",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7257,
    "results": [
        {
            "start": 874915900,
            "stop": 874916297
        },
        {
            "start": 874916298,
            "stop": 874916496
        },
        {
            "start": 874916497,
            "stop": 874916913
        },
        {
            "start": 874916914,
            "stop": 874917219
        },
        {
            "start": 874917220,
            "stop": 874917550
        },
        {
            "start": 874917551,
            "stop": 874917887
        },
        {
            "start": 874917888,
            "stop": 874918186
        },
        {
            "start": 874918188,
            "stop": 874918191
        },
        {
            "start": 874918193,
            "stop": 874918199
        },
        {
            "start": 874918200,
            "stop": 874918203
        },
        {
            "start": 874918205,
            "stop": 874918268
        },
        {
            "start": 874918269,
            "stop": 874918323
        },
        {
            "start": 874918324,
            "stop": 874919177
        },
        {
            "start": 874919179,
            "stop": 874919278
        },
        {
            "start": 874919280,
            "stop": 874919596
        },
        {
            "start": 874919597,
            "stop": 874919890
        },
        {
            "start": 874919891,
            "stop": 874920387
        },
        {
            "start": 874920389,
            "stop": 874920514
        },
        {
            "start": 874920515,
            "stop": 874920966
        },
        {
            "start": 874920967,
            "stop": 874921022
        }
    ]
}