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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=761",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=759",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 760,
    "results": [
        {
            "start": 1268776000,
            "stop": 1268776119
        },
        {
            "start": 1268776121,
            "stop": 1268776330
        },
        {
            "start": 1268776333,
            "stop": 1268776688
        },
        {
            "start": 1268776691,
            "stop": 1268777241
        },
        {
            "start": 1268777244,
            "stop": 1268777702
        },
        {
            "start": 1268777705,
            "stop": 1268778208
        },
        {
            "start": 1268778210,
            "stop": 1268778665
        },
        {
            "start": 1268778667,
            "stop": 1268778826
        },
        {
            "start": 1268778827,
            "stop": 1268781479
        },
        {
            "start": 1268781482,
            "stop": 1268782932
        },
        {
            "start": 1268782933,
            "stop": 1268783044
        },
        {
            "start": 1268783046,
            "stop": 1268783475
        },
        {
            "start": 1268783478,
            "stop": 1268784461
        },
        {
            "start": 1268784464,
            "stop": 1268785031
        },
        {
            "start": 1268785034,
            "stop": 1268785094
        },
        {
            "start": 1268785097,
            "stop": 1268789926
        },
        {
            "start": 1268796613,
            "stop": 1268797529
        },
        {
            "start": 1268797532,
            "stop": 1268802594
        },
        {
            "start": 1268802597,
            "stop": 1268806480
        },
        {
            "start": 1268806483,
            "stop": 1268812838
        }
    ]
}