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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=341",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 342,
    "results": [
        {
            "start": 1181385299,
            "stop": 1181385305
        },
        {
            "start": 1181385307,
            "stop": 1181385314
        },
        {
            "start": 1181385316,
            "stop": 1181385317
        },
        {
            "start": 1181385318,
            "stop": 1181385321
        },
        {
            "start": 1181385322,
            "stop": 1181385323
        },
        {
            "start": 1181385324,
            "stop": 1181385326
        },
        {
            "start": 1181385327,
            "stop": 1181385539
        },
        {
            "start": 1181385540,
            "stop": 1181385542
        },
        {
            "start": 1181385543,
            "stop": 1181385547
        },
        {
            "start": 1181385548,
            "stop": 1181385622
        },
        {
            "start": 1181385623,
            "stop": 1181385635
        },
        {
            "start": 1181385636,
            "stop": 1181385639
        },
        {
            "start": 1181385641,
            "stop": 1181385642
        },
        {
            "start": 1181385643,
            "stop": 1181385645
        },
        {
            "start": 1181385646,
            "stop": 1181385647
        },
        {
            "start": 1181385648,
            "stop": 1181385652
        },
        {
            "start": 1181385655,
            "stop": 1181385660
        },
        {
            "start": 1181385661,
            "stop": 1181385664
        },
        {
            "start": 1181385665,
            "stop": 1181385666
        },
        {
            "start": 1181385667,
            "stop": 1181385670
        }
    ]
}