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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1821",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1819",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1820,
    "results": [
        {
            "start": 962752053,
            "stop": 962752573
        },
        {
            "start": 962752575,
            "stop": 962752864
        },
        {
            "start": 962752866,
            "stop": 962752995
        },
        {
            "start": 962773417,
            "stop": 962774321
        },
        {
            "start": 962774323,
            "stop": 962786952
        },
        {
            "start": 962788610,
            "stop": 962799135
        },
        {
            "start": 962799136,
            "stop": 962799776
        },
        {
            "start": 962809067,
            "stop": 962809410
        },
        {
            "start": 962809412,
            "stop": 962809536
        },
        {
            "start": 962810326,
            "stop": 962812068
        },
        {
            "start": 962813606,
            "stop": 962818070
        },
        {
            "start": 962820152,
            "stop": 962820409
        },
        {
            "start": 962820411,
            "stop": 962827195
        },
        {
            "start": 962827197,
            "stop": 962828120
        },
        {
            "start": 962832236,
            "stop": 962832238
        },
        {
            "start": 962832261,
            "stop": 962834459
        },
        {
            "start": 962834462,
            "stop": 962835260
        },
        {
            "start": 962835422,
            "stop": 962836932
        },
        {
            "start": 962836933,
            "stop": 962838516
        },
        {
            "start": 962838518,
            "stop": 962841535
        }
    ]
}