Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1869
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1870",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1868",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1869,
    "results": [
        {
            "start": 968411871,
            "stop": 968414619
        },
        {
            "start": 968416615,
            "stop": 968418651
        },
        {
            "start": 968418652,
            "stop": 968421594
        },
        {
            "start": 968421595,
            "stop": 968423637
        },
        {
            "start": 968426364,
            "stop": 968426372
        },
        {
            "start": 968426453,
            "stop": 968431467
        },
        {
            "start": 968432705,
            "stop": 968433716
        },
        {
            "start": 968435103,
            "stop": 968435984
        },
        {
            "start": 968435985,
            "stop": 968436730
        },
        {
            "start": 968436964,
            "stop": 968442256
        },
        {
            "start": 968442257,
            "stop": 968450621
        },
        {
            "start": 968453365,
            "stop": 968454442
        },
        {
            "start": 968456456,
            "stop": 968463308
        },
        {
            "start": 968465518,
            "stop": 968467951
        },
        {
            "start": 968469561,
            "stop": 968484159
        },
        {
            "start": 968484160,
            "stop": 968497677
        },
        {
            "start": 968500489,
            "stop": 968504348
        },
        {
            "start": 968522021,
            "stop": 968522418
        },
        {
            "start": 968522419,
            "stop": 968523101
        },
        {
            "start": 968523102,
            "stop": 968528873
        }
    ]
}