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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7272",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7273,
    "results": [
        {
            "start": 874974944,
            "stop": 874975535
        },
        {
            "start": 874975537,
            "stop": 874975577
        },
        {
            "start": 874975578,
            "stop": 874976033
        },
        {
            "start": 874976034,
            "stop": 874976444
        },
        {
            "start": 874976445,
            "stop": 874976554
        },
        {
            "start": 874976555,
            "stop": 874976631
        },
        {
            "start": 874976632,
            "stop": 874977379
        },
        {
            "start": 874977380,
            "stop": 874977444
        },
        {
            "start": 874977446,
            "stop": 874977678
        },
        {
            "start": 874977679,
            "stop": 874977728
        },
        {
            "start": 874977729,
            "stop": 874977740
        },
        {
            "start": 874977741,
            "stop": 874977831
        },
        {
            "start": 874977832,
            "stop": 874978066
        },
        {
            "start": 874978067,
            "stop": 874978152
        },
        {
            "start": 874978153,
            "stop": 874978243
        },
        {
            "start": 874978245,
            "stop": 874978271
        },
        {
            "start": 874978273,
            "stop": 874978354
        },
        {
            "start": 874978355,
            "stop": 874978358
        },
        {
            "start": 874978359,
            "stop": 874978360
        },
        {
            "start": 874978361,
            "stop": 874978371
        }
    ]
}