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_BURST_CAT3E/segments?format=api&page=47002
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=47003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47001",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47002,
    "results": [
        {
            "start": 875221318,
            "stop": 875221322
        },
        {
            "start": 875221324,
            "stop": 875221337
        },
        {
            "start": 875221340,
            "stop": 875221345
        },
        {
            "start": 875221346,
            "stop": 875221374
        },
        {
            "start": 875221376,
            "stop": 875221388
        },
        {
            "start": 875221394,
            "stop": 875221409
        },
        {
            "start": 875221410,
            "stop": 875221417
        },
        {
            "start": 875221420,
            "stop": 875221426
        },
        {
            "start": 875221437,
            "stop": 875221452
        },
        {
            "start": 875221455,
            "stop": 875221459
        },
        {
            "start": 875221463,
            "stop": 875221467
        },
        {
            "start": 875221470,
            "stop": 875221480
        },
        {
            "start": 875221481,
            "stop": 875221505
        },
        {
            "start": 875221507,
            "stop": 875221534
        },
        {
            "start": 875221538,
            "stop": 875221550
        },
        {
            "start": 875221553,
            "stop": 875221569
        },
        {
            "start": 875221570,
            "stop": 875221582
        },
        {
            "start": 875221586,
            "stop": 875221588
        },
        {
            "start": 875221590,
            "stop": 875221615
        },
        {
            "start": 875221619,
            "stop": 875221649
        }
    ]
}