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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=770",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=768",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 769,
    "results": [
        {
            "start": 1249180365,
            "stop": 1249180931
        },
        {
            "start": 1249180939,
            "stop": 1249183351
        },
        {
            "start": 1249183356,
            "stop": 1249183813
        },
        {
            "start": 1249183817,
            "stop": 1249184158
        },
        {
            "start": 1249184162,
            "stop": 1249184517
        },
        {
            "start": 1249184521,
            "stop": 1249187574
        },
        {
            "start": 1249187578,
            "stop": 1249192950
        },
        {
            "start": 1249195391,
            "stop": 1249203085
        },
        {
            "start": 1249203089,
            "stop": 1249207191
        },
        {
            "start": 1249207370,
            "stop": 1249208054
        },
        {
            "start": 1249208058,
            "stop": 1249208957
        },
        {
            "start": 1249208978,
            "stop": 1249209241
        },
        {
            "start": 1249209246,
            "stop": 1249209561
        },
        {
            "start": 1249209566,
            "stop": 1249212598
        },
        {
            "start": 1249212603,
            "stop": 1249212863
        },
        {
            "start": 1249216157,
            "stop": 1249216445
        },
        {
            "start": 1249216450,
            "stop": 1249217723
        },
        {
            "start": 1249217731,
            "stop": 1249219508
        },
        {
            "start": 1249219511,
            "stop": 1249220772
        },
        {
            "start": 1249220775,
            "stop": 1249227295
        }
    ]
}