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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 67,
    "results": [
        {
            "start": 1172690640,
            "stop": 1172690777
        },
        {
            "start": 1172690778,
            "stop": 1172690788
        },
        {
            "start": 1172690789,
            "stop": 1172693041
        },
        {
            "start": 1172693042,
            "stop": 1172694767
        },
        {
            "start": 1172694768,
            "stop": 1172701776
        },
        {
            "start": 1172701790,
            "stop": 1172701791
        },
        {
            "start": 1172701805,
            "stop": 1172701822
        },
        {
            "start": 1172701824,
            "stop": 1172701825
        },
        {
            "start": 1172701827,
            "stop": 1172701828
        },
        {
            "start": 1172701829,
            "stop": 1172701831
        },
        {
            "start": 1172701832,
            "stop": 1172701833
        },
        {
            "start": 1172701834,
            "stop": 1172701840
        },
        {
            "start": 1172701841,
            "stop": 1172701842
        },
        {
            "start": 1172701843,
            "stop": 1172701995
        },
        {
            "start": 1172702001,
            "stop": 1172706166
        },
        {
            "start": 1172706170,
            "stop": 1172709598
        },
        {
            "start": 1172712319,
            "stop": 1172720294
        },
        {
            "start": 1172720298,
            "stop": 1172724659
        },
        {
            "start": 1172728123,
            "stop": 1172732295
        },
        {
            "start": 1172735065,
            "stop": 1172740729
        }
    ]
}