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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6482",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6483,
    "results": [
        {
            "start": 874101943,
            "stop": 874102335
        },
        {
            "start": 874102336,
            "stop": 874102356
        },
        {
            "start": 874102357,
            "stop": 874102474
        },
        {
            "start": 874102475,
            "stop": 874102538
        },
        {
            "start": 874102539,
            "stop": 874102674
        },
        {
            "start": 874102675,
            "stop": 874102924
        },
        {
            "start": 874102925,
            "stop": 874102990
        },
        {
            "start": 874102991,
            "stop": 874102992
        },
        {
            "start": 874102994,
            "stop": 874103323
        },
        {
            "start": 874103324,
            "stop": 874103342
        },
        {
            "start": 874103343,
            "stop": 874103437
        },
        {
            "start": 874103438,
            "stop": 874103797
        },
        {
            "start": 874103799,
            "stop": 874104076
        },
        {
            "start": 874104077,
            "stop": 874104213
        },
        {
            "start": 874104214,
            "stop": 874104321
        },
        {
            "start": 874104323,
            "stop": 874104356
        },
        {
            "start": 874104357,
            "stop": 874104531
        },
        {
            "start": 874104532,
            "stop": 874104635
        },
        {
            "start": 874104636,
            "stop": 874104923
        },
        {
            "start": 874104924,
            "stop": 874105289
        }
    ]
}