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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=82",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 83,
    "results": [
        {
            "start": 824808896,
            "stop": 824818423
        },
        {
            "start": 824818723,
            "stop": 824818786
        },
        {
            "start": 824819192,
            "stop": 824825414
        },
        {
            "start": 824832862,
            "stop": 824833091
        },
        {
            "start": 824833391,
            "stop": 824837230
        },
        {
            "start": 824837233,
            "stop": 824837893
        },
        {
            "start": 824838318,
            "stop": 824842055
        },
        {
            "start": 824842442,
            "stop": 824843996
        },
        {
            "start": 824843998,
            "stop": 824844020
        },
        {
            "start": 824844022,
            "stop": 824844045
        },
        {
            "start": 824844047,
            "stop": 824844134
        },
        {
            "start": 824844136,
            "stop": 824844152
        },
        {
            "start": 824844154,
            "stop": 824844200
        },
        {
            "start": 824844202,
            "stop": 824844206
        },
        {
            "start": 824844210,
            "stop": 824844220
        },
        {
            "start": 824844222,
            "stop": 824844249
        },
        {
            "start": 824844250,
            "stop": 824844252
        },
        {
            "start": 824844253,
            "stop": 824844256
        },
        {
            "start": 824844258,
            "stop": 824844260
        },
        {
            "start": 824844266,
            "stop": 824844267
        }
    ]
}