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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 6,
    "results": [
        {
            "start": 1126092307,
            "stop": 1126092318
        },
        {
            "start": 1126092319,
            "stop": 1126092638
        },
        {
            "start": 1126092640,
            "stop": 1126092936
        },
        {
            "start": 1126092938,
            "stop": 1126093238
        },
        {
            "start": 1126093239,
            "stop": 1126093574
        },
        {
            "start": 1126093575,
            "stop": 1126093943
        },
        {
            "start": 1126093944,
            "stop": 1126094307
        },
        {
            "start": 1126094308,
            "stop": 1126094648
        },
        {
            "start": 1126094649,
            "stop": 1126094984
        },
        {
            "start": 1126094985,
            "stop": 1126095272
        },
        {
            "start": 1126095274,
            "stop": 1126095283
        },
        {
            "start": 1126095284,
            "stop": 1126095607
        },
        {
            "start": 1126095608,
            "stop": 1126095910
        },
        {
            "start": 1126095911,
            "stop": 1126095972
        },
        {
            "start": 1126095973,
            "stop": 1126096249
        },
        {
            "start": 1126096251,
            "stop": 1126096377
        },
        {
            "start": 1126096379,
            "stop": 1126096541
        },
        {
            "start": 1126096543,
            "stop": 1126096877
        },
        {
            "start": 1126096878,
            "stop": 1126097198
        },
        {
            "start": 1126097200,
            "stop": 1126097219
        }
    ]
}