Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=281",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 282,
    "results": [
        {
            "start": 1126933439,
            "stop": 1126933481
        },
        {
            "start": 1126933482,
            "stop": 1126933573
        },
        {
            "start": 1126933574,
            "stop": 1126933704
        },
        {
            "start": 1126933705,
            "stop": 1126933707
        },
        {
            "start": 1126933708,
            "stop": 1126933774
        },
        {
            "start": 1126933775,
            "stop": 1126934044
        },
        {
            "start": 1126934045,
            "stop": 1126934080
        },
        {
            "start": 1126934081,
            "stop": 1126934178
        },
        {
            "start": 1126934180,
            "stop": 1126934199
        },
        {
            "start": 1126934200,
            "stop": 1126934206
        },
        {
            "start": 1126934207,
            "stop": 1126934209
        },
        {
            "start": 1126934210,
            "stop": 1126934213
        },
        {
            "start": 1126934214,
            "stop": 1126934216
        },
        {
            "start": 1126934218,
            "stop": 1126934300
        },
        {
            "start": 1126934302,
            "stop": 1126934365
        },
        {
            "start": 1126934367,
            "stop": 1126934399
        },
        {
            "start": 1126934406,
            "stop": 1126934409
        },
        {
            "start": 1126934410,
            "stop": 1126934423
        },
        {
            "start": 1126934425,
            "stop": 1126934442
        },
        {
            "start": 1126934444,
            "stop": 1126934480
        }
    ]
}