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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=388",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 389,
    "results": [
        {
            "start": 1181249217,
            "stop": 1181249533
        },
        {
            "start": 1181249534,
            "stop": 1181249540
        },
        {
            "start": 1181249542,
            "stop": 1181249560
        },
        {
            "start": 1181249561,
            "stop": 1181249568
        },
        {
            "start": 1181249569,
            "stop": 1181249603
        },
        {
            "start": 1181249604,
            "stop": 1181249606
        },
        {
            "start": 1181249607,
            "stop": 1181249616
        },
        {
            "start": 1181249618,
            "stop": 1181249624
        },
        {
            "start": 1181249626,
            "stop": 1181249667
        },
        {
            "start": 1181249669,
            "stop": 1181249675
        },
        {
            "start": 1181249676,
            "stop": 1181249721
        },
        {
            "start": 1181249727,
            "stop": 1181249769
        },
        {
            "start": 1181249770,
            "stop": 1181249779
        },
        {
            "start": 1181249780,
            "stop": 1181249812
        },
        {
            "start": 1181249814,
            "stop": 1181249821
        },
        {
            "start": 1181249822,
            "stop": 1181249843
        },
        {
            "start": 1181249845,
            "stop": 1181249848
        },
        {
            "start": 1181249849,
            "stop": 1181249862
        },
        {
            "start": 1181249865,
            "stop": 1181249871
        },
        {
            "start": 1181249872,
            "stop": 1181249912
        }
    ]
}