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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 52,
    "results": [
        {
            "start": 1257421750,
            "stop": 1257421964
        },
        {
            "start": 1257421966,
            "stop": 1257422031
        },
        {
            "start": 1257422034,
            "stop": 1257422138
        },
        {
            "start": 1257422141,
            "stop": 1257422147
        },
        {
            "start": 1257422150,
            "stop": 1257422156
        },
        {
            "start": 1257422159,
            "stop": 1257422567
        },
        {
            "start": 1257422570,
            "stop": 1257422764
        },
        {
            "start": 1257422793,
            "stop": 1257422946
        },
        {
            "start": 1257422949,
            "stop": 1257423353
        },
        {
            "start": 1257423356,
            "stop": 1257423492
        },
        {
            "start": 1257423495,
            "stop": 1257423607
        },
        {
            "start": 1257423610,
            "stop": 1257423645
        },
        {
            "start": 1257423648,
            "stop": 1257424060
        },
        {
            "start": 1257424061,
            "stop": 1257424179
        },
        {
            "start": 1257424182,
            "stop": 1257424369
        },
        {
            "start": 1257424372,
            "stop": 1257424381
        },
        {
            "start": 1257424382,
            "stop": 1257424415
        },
        {
            "start": 1257424416,
            "stop": 1257424573
        },
        {
            "start": 1257424574,
            "stop": 1257424578
        },
        {
            "start": 1257424579,
            "stop": 1257424661
        }
    ]
}