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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 280,
    "results": [
        {
            "start": 931785033,
            "stop": 931785101
        },
        {
            "start": 931785103,
            "stop": 931785111
        },
        {
            "start": 931785113,
            "stop": 931785119
        },
        {
            "start": 931785121,
            "stop": 931785148
        },
        {
            "start": 931785150,
            "stop": 931785156
        },
        {
            "start": 931785158,
            "stop": 931785164
        },
        {
            "start": 931785166,
            "stop": 931785185
        },
        {
            "start": 931785186,
            "stop": 931785191
        },
        {
            "start": 931785193,
            "stop": 931785219
        },
        {
            "start": 931785221,
            "stop": 931785225
        },
        {
            "start": 931785227,
            "stop": 931785228
        },
        {
            "start": 931785229,
            "stop": 931785313
        },
        {
            "start": 931785314,
            "stop": 931785316
        },
        {
            "start": 931785318,
            "stop": 931785319
        },
        {
            "start": 931785320,
            "stop": 931785328
        },
        {
            "start": 931785331,
            "stop": 931785333
        },
        {
            "start": 931785335,
            "stop": 931785336
        },
        {
            "start": 931785339,
            "stop": 931785342
        },
        {
            "start": 931785343,
            "stop": 931785344
        },
        {
            "start": 931785346,
            "stop": 931785347
        }
    ]
}