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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 174,
    "results": [
        {
            "start": 1126769601,
            "stop": 1126769771
        },
        {
            "start": 1126769772,
            "stop": 1126769884
        },
        {
            "start": 1126769885,
            "stop": 1126769933
        },
        {
            "start": 1126769934,
            "stop": 1126770267
        },
        {
            "start": 1126770268,
            "stop": 1126770583
        },
        {
            "start": 1126770585,
            "stop": 1126770738
        },
        {
            "start": 1126770739,
            "stop": 1126770915
        },
        {
            "start": 1126770916,
            "stop": 1126771271
        },
        {
            "start": 1126771272,
            "stop": 1126771364
        },
        {
            "start": 1126771366,
            "stop": 1126771645
        },
        {
            "start": 1126771646,
            "stop": 1126771778
        },
        {
            "start": 1126771779,
            "stop": 1126771988
        },
        {
            "start": 1126771990,
            "stop": 1126772011
        },
        {
            "start": 1126772013,
            "stop": 1126772055
        },
        {
            "start": 1126772056,
            "stop": 1126772341
        },
        {
            "start": 1126772343,
            "stop": 1126772354
        },
        {
            "start": 1126772355,
            "stop": 1126772530
        },
        {
            "start": 1126772531,
            "stop": 1126772702
        },
        {
            "start": 1126772703,
            "stop": 1126773033
        },
        {
            "start": 1126773040,
            "stop": 1126773058
        }
    ]
}