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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=209",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 210,
    "results": [
        {
            "start": 1387905508,
            "stop": 1387906207
        },
        {
            "start": 1387913112,
            "stop": 1387919319
        },
        {
            "start": 1387919324,
            "stop": 1387928311
        },
        {
            "start": 1387928315,
            "stop": 1387932842
        },
        {
            "start": 1387932847,
            "stop": 1387938916
        },
        {
            "start": 1387938921,
            "stop": 1387945672
        },
        {
            "start": 1387945677,
            "stop": 1387963535
        },
        {
            "start": 1387967477,
            "stop": 1387975311
        },
        {
            "start": 1387975316,
            "stop": 1387976220
        },
        {
            "start": 1387976225,
            "stop": 1387977123
        },
        {
            "start": 1387981710,
            "stop": 1387985257
        },
        {
            "start": 1387985262,
            "stop": 1387989210
        },
        {
            "start": 1387989215,
            "stop": 1387994886
        },
        {
            "start": 1388005411,
            "stop": 1388006790
        },
        {
            "start": 1388006795,
            "stop": 1388010170
        },
        {
            "start": 1388010175,
            "stop": 1388014527
        },
        {
            "start": 1388014532,
            "stop": 1388017305
        },
        {
            "start": 1388017310,
            "stop": 1388034899
        },
        {
            "start": 1388034904,
            "stop": 1388035479
        },
        {
            "start": 1388035484,
            "stop": 1388042892
        }
    ]
}