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=7244
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=7245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7243",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7244,
    "results": [
        {
            "start": 874855487,
            "stop": 874855646
        },
        {
            "start": 874855647,
            "stop": 874855768
        },
        {
            "start": 874855769,
            "stop": 874856050
        },
        {
            "start": 874856051,
            "stop": 874856271
        },
        {
            "start": 874856272,
            "stop": 874856303
        },
        {
            "start": 874856304,
            "stop": 874856469
        },
        {
            "start": 874856470,
            "stop": 874856822
        },
        {
            "start": 874856823,
            "stop": 874856840
        },
        {
            "start": 874856841,
            "stop": 874856852
        },
        {
            "start": 874856853,
            "stop": 874856945
        },
        {
            "start": 874856947,
            "stop": 874856985
        },
        {
            "start": 874856987,
            "stop": 874857352
        },
        {
            "start": 874857353,
            "stop": 874857574
        },
        {
            "start": 874857575,
            "stop": 874857652
        },
        {
            "start": 874869121,
            "stop": 874869165
        },
        {
            "start": 874869166,
            "stop": 874869228
        },
        {
            "start": 874869230,
            "stop": 874869641
        },
        {
            "start": 874869642,
            "stop": 874869654
        },
        {
            "start": 874869656,
            "stop": 874869657
        },
        {
            "start": 874869658,
            "stop": 874869885
        }
    ]
}