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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=97",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 98,
    "results": [
        {
            "start": 828922520,
            "stop": 828923612
        },
        {
            "start": 828924323,
            "stop": 828924926
        },
        {
            "start": 828928804,
            "stop": 828968201
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828982884
        },
        {
            "start": 828983536,
            "stop": 828983871
        },
        {
            "start": 828984291,
            "stop": 828984885
        },
        {
            "start": 828986661,
            "stop": 828987190
        },
        {
            "start": 828991589,
            "stop": 828994328
        },
        {
            "start": 828998784,
            "stop": 829001057
        },
        {
            "start": 829001172,
            "stop": 829002123
        },
        {
            "start": 829002590,
            "stop": 829013687
        },
        {
            "start": 829014007,
            "stop": 829015543
        },
        {
            "start": 829015943,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829024512
        },
        {
            "start": 829025028,
            "stop": 829059576
        },
        {
            "start": 829059880,
            "stop": 829063664
        },
        {
            "start": 829063806,
            "stop": 829066246
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066423
        }
    ]
}