Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46820
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46819",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46820,
    "results": [
        {
            "start": 875128928,
            "stop": 875128936
        },
        {
            "start": 875128939,
            "stop": 875129002
        },
        {
            "start": 875129003,
            "stop": 875129040
        },
        {
            "start": 875129041,
            "stop": 875129062
        },
        {
            "start": 875129065,
            "stop": 875129093
        },
        {
            "start": 875129096,
            "stop": 875129166
        },
        {
            "start": 875129167,
            "stop": 875129189
        },
        {
            "start": 875129192,
            "stop": 875129197
        },
        {
            "start": 875129198,
            "stop": 875129237
        },
        {
            "start": 875129240,
            "stop": 875129254
        },
        {
            "start": 875129258,
            "stop": 875129279
        },
        {
            "start": 875129282,
            "stop": 875129361
        },
        {
            "start": 875129367,
            "stop": 875129371
        },
        {
            "start": 875129372,
            "stop": 875129382
        },
        {
            "start": 875129386,
            "stop": 875129402
        },
        {
            "start": 875129406,
            "stop": 875129408
        },
        {
            "start": 875129411,
            "stop": 875129425
        },
        {
            "start": 875129429,
            "stop": 875129432
        },
        {
            "start": 875129433,
            "stop": 875129503
        },
        {
            "start": 875129506,
            "stop": 875129543
        }
    ]
}