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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=20",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 21,
    "results": [
        {
            "start": 1257777962,
            "stop": 1257781688
        },
        {
            "start": 1257781769,
            "stop": 1257784629
        },
        {
            "start": 1257793072,
            "stop": 1257839933
        },
        {
            "start": 1257852942,
            "stop": 1257857211
        },
        {
            "start": 1257857212,
            "stop": 1257859207
        },
        {
            "start": 1257867063,
            "stop": 1257884658
        },
        {
            "start": 1257884659,
            "stop": 1257892806
        },
        {
            "start": 1257892807,
            "stop": 1257905501
        },
        {
            "start": 1257905510,
            "stop": 1257910518
        },
        {
            "start": 1257910646,
            "stop": 1257921700
        },
        {
            "start": 1257921701,
            "stop": 1257941746
        },
        {
            "start": 1257941748,
            "stop": 1257967063
        },
        {
            "start": 1257967064,
            "stop": 1257971927
        },
        {
            "start": 1257977062,
            "stop": 1257977415
        },
        {
            "start": 1257978916,
            "stop": 1257982035
        },
        {
            "start": 1257990057,
            "stop": 1257990145
        },
        {
            "start": 1257994246,
            "stop": 1257996926
        },
        {
            "start": 1258000621,
            "stop": 1258001159
        },
        {
            "start": 1258001160,
            "stop": 1258002486
        },
        {
            "start": 1258006959,
            "stop": 1258019378
        }
    ]
}