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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 37,
    "results": [
        {
            "start": 1257205664,
            "stop": 1257205666
        },
        {
            "start": 1257205667,
            "stop": 1257205688
        },
        {
            "start": 1257205689,
            "stop": 1257206208
        },
        {
            "start": 1257206211,
            "stop": 1257206283
        },
        {
            "start": 1257206284,
            "stop": 1257206285
        },
        {
            "start": 1257206286,
            "stop": 1257206381
        },
        {
            "start": 1257206383,
            "stop": 1257206399
        },
        {
            "start": 1257206402,
            "stop": 1257206465
        },
        {
            "start": 1257206467,
            "stop": 1257206484
        },
        {
            "start": 1257206487,
            "stop": 1257208612
        },
        {
            "start": 1257208620,
            "stop": 1257212434
        },
        {
            "start": 1257212437,
            "stop": 1257217652
        },
        {
            "start": 1257217655,
            "stop": 1257218927
        },
        {
            "start": 1257218935,
            "stop": 1257221152
        },
        {
            "start": 1257221155,
            "stop": 1257222529
        },
        {
            "start": 1257222532,
            "stop": 1257222727
        },
        {
            "start": 1257222730,
            "stop": 1257227753
        },
        {
            "start": 1257227756,
            "stop": 1257231006
        },
        {
            "start": 1257231009,
            "stop": 1257233684
        },
        {
            "start": 1257233687,
            "stop": 1257239952
        }
    ]
}