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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=660",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=658",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 659,
    "results": [
        {
            "start": 1248165455,
            "stop": 1248166095
        },
        {
            "start": 1248166100,
            "stop": 1248166132
        },
        {
            "start": 1248166135,
            "stop": 1248168204
        },
        {
            "start": 1248168208,
            "stop": 1248171222
        },
        {
            "start": 1248171226,
            "stop": 1248173488
        },
        {
            "start": 1248173493,
            "stop": 1248175208
        },
        {
            "start": 1248175212,
            "stop": 1248176742
        },
        {
            "start": 1248176747,
            "stop": 1248177169
        },
        {
            "start": 1248177174,
            "stop": 1248180346
        },
        {
            "start": 1248180349,
            "stop": 1248181945
        },
        {
            "start": 1248181953,
            "stop": 1248184383
        },
        {
            "start": 1248184387,
            "stop": 1248185362
        },
        {
            "start": 1248185367,
            "stop": 1248186481
        },
        {
            "start": 1248186486,
            "stop": 1248187346
        },
        {
            "start": 1248187350,
            "stop": 1248187423
        },
        {
            "start": 1248187428,
            "stop": 1248187994
        },
        {
            "start": 1248187997,
            "stop": 1248189279
        },
        {
            "start": 1248189284,
            "stop": 1248191465
        },
        {
            "start": 1248191469,
            "stop": 1248192913
        },
        {
            "start": 1248192917,
            "stop": 1248194072
        }
    ]
}