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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 104,
    "results": [
        {
            "start": 1377038204,
            "stop": 1377038809
        },
        {
            "start": 1377038814,
            "stop": 1377040081
        },
        {
            "start": 1377040086,
            "stop": 1377040518
        },
        {
            "start": 1377040523,
            "stop": 1377043885
        },
        {
            "start": 1377043890,
            "stop": 1377045771
        },
        {
            "start": 1377045776,
            "stop": 1377049732
        },
        {
            "start": 1377049737,
            "stop": 1377051240
        },
        {
            "start": 1377051243,
            "stop": 1377051501
        },
        {
            "start": 1377051506,
            "stop": 1377064291
        },
        {
            "start": 1377064296,
            "stop": 1377064623
        },
        {
            "start": 1377086176,
            "stop": 1377090226
        },
        {
            "start": 1377090231,
            "stop": 1377094035
        },
        {
            "start": 1377094040,
            "stop": 1377106920
        },
        {
            "start": 1377106959,
            "stop": 1377111912
        },
        {
            "start": 1377111917,
            "stop": 1377113726
        },
        {
            "start": 1377113729,
            "stop": 1377120363
        },
        {
            "start": 1377120368,
            "stop": 1377121357
        },
        {
            "start": 1377121362,
            "stop": 1377122834
        },
        {
            "start": 1377122839,
            "stop": 1377126490
        },
        {
            "start": 1377136294,
            "stop": 1377139503
        }
    ]
}