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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5148",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5149,
    "results": [
        {
            "start": 874766332,
            "stop": 874766394
        },
        {
            "start": 874766413,
            "stop": 874766472
        },
        {
            "start": 874766496,
            "stop": 874766590
        },
        {
            "start": 874766619,
            "stop": 874766662
        },
        {
            "start": 874766682,
            "stop": 874766685
        },
        {
            "start": 874766714,
            "stop": 874766744
        },
        {
            "start": 874766764,
            "stop": 874766778
        },
        {
            "start": 874766812,
            "stop": 874766832
        },
        {
            "start": 874766852,
            "stop": 874766903
        },
        {
            "start": 874766945,
            "stop": 874766946
        },
        {
            "start": 874766966,
            "stop": 874767068
        },
        {
            "start": 874767131,
            "stop": 874767138
        },
        {
            "start": 874767157,
            "stop": 874767198
        },
        {
            "start": 874767224,
            "stop": 874767228
        },
        {
            "start": 874767247,
            "stop": 874767295
        },
        {
            "start": 874767334,
            "stop": 874767389
        },
        {
            "start": 874767408,
            "stop": 874767440
        },
        {
            "start": 874767473,
            "stop": 874767475
        },
        {
            "start": 874767530,
            "stop": 874767564
        },
        {
            "start": 874767590,
            "stop": 874767613
        }
    ]
}