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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 41,
    "results": [
        {
            "start": 1257536890,
            "stop": 1257538521
        },
        {
            "start": 1257538525,
            "stop": 1257539064
        },
        {
            "start": 1257539067,
            "stop": 1257539175
        },
        {
            "start": 1257539178,
            "stop": 1257539715
        },
        {
            "start": 1257539718,
            "stop": 1257540253
        },
        {
            "start": 1257540256,
            "stop": 1257540618
        },
        {
            "start": 1257540620,
            "stop": 1257540814
        },
        {
            "start": 1257540817,
            "stop": 1257540822
        },
        {
            "start": 1257540825,
            "stop": 1257541030
        },
        {
            "start": 1257541033,
            "stop": 1257541036
        },
        {
            "start": 1257541039,
            "stop": 1257541704
        },
        {
            "start": 1257541705,
            "stop": 1257541808
        },
        {
            "start": 1257541811,
            "stop": 1257541838
        },
        {
            "start": 1257541841,
            "stop": 1257541936
        },
        {
            "start": 1257541938,
            "stop": 1257542027
        },
        {
            "start": 1257542030,
            "stop": 1257542127
        },
        {
            "start": 1257542129,
            "stop": 1257542288
        },
        {
            "start": 1257542291,
            "stop": 1257542386
        },
        {
            "start": 1257542390,
            "stop": 1257542430
        },
        {
            "start": 1257542433,
            "stop": 1257542529
        }
    ]
}