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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 333,
    "results": [
        {
            "start": 1380271520,
            "stop": 1380281264
        },
        {
            "start": 1380281267,
            "stop": 1380291481
        },
        {
            "start": 1380291484,
            "stop": 1380297600
        },
        {
            "start": 1380303193,
            "stop": 1380306100
        },
        {
            "start": 1380306104,
            "stop": 1380309276
        },
        {
            "start": 1380309281,
            "stop": 1380314285
        },
        {
            "start": 1380314290,
            "stop": 1380314451
        },
        {
            "start": 1380314454,
            "stop": 1380319054
        },
        {
            "start": 1380319063,
            "stop": 1380319138
        },
        {
            "start": 1380319144,
            "stop": 1380321317
        },
        {
            "start": 1380321321,
            "stop": 1380322625
        },
        {
            "start": 1380322630,
            "stop": 1380324588
        },
        {
            "start": 1380324591,
            "stop": 1380337722
        },
        {
            "start": 1380337727,
            "stop": 1380364509
        },
        {
            "start": 1380368454,
            "stop": 1380371284
        },
        {
            "start": 1380396258,
            "stop": 1380400750
        },
        {
            "start": 1380400754,
            "stop": 1380402433
        },
        {
            "start": 1380402436,
            "stop": 1380403024
        },
        {
            "start": 1380403027,
            "stop": 1380403356
        },
        {
            "start": 1380403361,
            "stop": 1380423674
        }
    ]
}