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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16806",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16807,
    "results": [
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129110,
            "stop": 875129142
        },
        {
            "start": 875129144,
            "stop": 875129175
        },
        {
            "start": 875129178,
            "stop": 875129190
        },
        {
            "start": 875129191,
            "stop": 875129256
        },
        {
            "start": 875129257,
            "stop": 875129270
        },
        {
            "start": 875129272,
            "stop": 875129348
        },
        {
            "start": 875129350,
            "stop": 875129380
        },
        {
            "start": 875129382,
            "stop": 875129460
        },
        {
            "start": 875129461,
            "stop": 875129698
        },
        {
            "start": 875129700,
            "stop": 875129740
        },
        {
            "start": 875129742,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875129796
        },
        {
            "start": 875129798,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875129902
        },
        {
            "start": 875129903,
            "stop": 875129909
        },
        {
            "start": 875129911,
            "stop": 875129921
        },
        {
            "start": 875129923,
            "stop": 875130257
        },
        {
            "start": 875130258,
            "stop": 875130563
        },
        {
            "start": 875130564,
            "stop": 875130897
        }
    ]
}