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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 22,
    "results": [
        {
            "start": 1369462445,
            "stop": 1369463126
        },
        {
            "start": 1369463128,
            "stop": 1369464507
        },
        {
            "start": 1369464509,
            "stop": 1369464819
        },
        {
            "start": 1369464821,
            "stop": 1369465975
        },
        {
            "start": 1369465976,
            "stop": 1369466403
        },
        {
            "start": 1369466405,
            "stop": 1369467421
        },
        {
            "start": 1369467423,
            "stop": 1369468109
        },
        {
            "start": 1369468110,
            "stop": 1369468517
        },
        {
            "start": 1369468520,
            "stop": 1369469077
        },
        {
            "start": 1369469081,
            "stop": 1369469263
        },
        {
            "start": 1369469264,
            "stop": 1369469811
        },
        {
            "start": 1369469813,
            "stop": 1369470884
        },
        {
            "start": 1369470885,
            "stop": 1369472209
        },
        {
            "start": 1369472210,
            "stop": 1369472240
        },
        {
            "start": 1369472241,
            "stop": 1369473829
        },
        {
            "start": 1369473831,
            "stop": 1369474933
        },
        {
            "start": 1369474934,
            "stop": 1369475138
        },
        {
            "start": 1369475139,
            "stop": 1369476918
        },
        {
            "start": 1369476920,
            "stop": 1369478253
        },
        {
            "start": 1369478255,
            "stop": 1369478376
        }
    ]
}