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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 93,
    "results": [
        {
            "start": 1375998226,
            "stop": 1375998514
        },
        {
            "start": 1375998519,
            "stop": 1376000178
        },
        {
            "start": 1376004836,
            "stop": 1376009526
        },
        {
            "start": 1376009531,
            "stop": 1376012987
        },
        {
            "start": 1376012990,
            "stop": 1376024842
        },
        {
            "start": 1376024847,
            "stop": 1376025205
        },
        {
            "start": 1376025210,
            "stop": 1376026136
        },
        {
            "start": 1376026141,
            "stop": 1376027256
        },
        {
            "start": 1376027259,
            "stop": 1376030580
        },
        {
            "start": 1376030585,
            "stop": 1376032126
        },
        {
            "start": 1376032131,
            "stop": 1376037162
        },
        {
            "start": 1376037167,
            "stop": 1376038797
        },
        {
            "start": 1376038802,
            "stop": 1376039103
        },
        {
            "start": 1376039108,
            "stop": 1376039661
        },
        {
            "start": 1376039666,
            "stop": 1376041492
        },
        {
            "start": 1376041497,
            "stop": 1376048253
        },
        {
            "start": 1376048258,
            "stop": 1376050247
        },
        {
            "start": 1376050252,
            "stop": 1376053717
        },
        {
            "start": 1376053722,
            "stop": 1376056275
        },
        {
            "start": 1376056280,
            "stop": 1376062749
        }
    ]
}