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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41108",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41109,
    "results": [
        {
            "start": 875231204,
            "stop": 875231216
        },
        {
            "start": 875231217,
            "stop": 875231222
        },
        {
            "start": 875231224,
            "stop": 875231226
        },
        {
            "start": 875231227,
            "stop": 875231253
        },
        {
            "start": 875231256,
            "stop": 875231258
        },
        {
            "start": 875231259,
            "stop": 875231273
        },
        {
            "start": 875231274,
            "stop": 875231335
        },
        {
            "start": 875231336,
            "stop": 875231343
        },
        {
            "start": 875231344,
            "stop": 875231362
        },
        {
            "start": 875231365,
            "stop": 875231395
        },
        {
            "start": 875231396,
            "stop": 875231398
        },
        {
            "start": 875231399,
            "stop": 875231404
        },
        {
            "start": 875231405,
            "stop": 875231408
        },
        {
            "start": 875231409,
            "stop": 875231438
        },
        {
            "start": 875231439,
            "stop": 875231448
        },
        {
            "start": 875231449,
            "stop": 875231483
        },
        {
            "start": 875231484,
            "stop": 875231493
        },
        {
            "start": 875231494,
            "stop": 875231587
        },
        {
            "start": 875231588,
            "stop": 875231592
        },
        {
            "start": 875231593,
            "stop": 875231605
        }
    ]
}