Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 24,
    "results": [
        {
            "start": 1238372770,
            "stop": 1238372791
        },
        {
            "start": 1238372792,
            "stop": 1238372796
        },
        {
            "start": 1238372797,
            "stop": 1238372817
        },
        {
            "start": 1238372818,
            "stop": 1238372821
        },
        {
            "start": 1238372822,
            "stop": 1238372937
        },
        {
            "start": 1238372938,
            "stop": 1238372940
        },
        {
            "start": 1238372941,
            "stop": 1238373064
        },
        {
            "start": 1238373067,
            "stop": 1238373118
        },
        {
            "start": 1238373119,
            "stop": 1238373123
        },
        {
            "start": 1238373124,
            "stop": 1238373184
        },
        {
            "start": 1238373187,
            "stop": 1238373196
        },
        {
            "start": 1238373197,
            "stop": 1238373198
        },
        {
            "start": 1238373199,
            "stop": 1238373291
        },
        {
            "start": 1238373294,
            "stop": 1238373296
        },
        {
            "start": 1238373298,
            "stop": 1238373300
        },
        {
            "start": 1238373301,
            "stop": 1238373746
        },
        {
            "start": 1238373749,
            "stop": 1238373961
        },
        {
            "start": 1238373964,
            "stop": 1238374147
        },
        {
            "start": 1238374148,
            "stop": 1238374151
        },
        {
            "start": 1238374152,
            "stop": 1238374313
        }
    ]
}