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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=150",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 151,
    "results": [
        {
            "start": 869923613,
            "stop": 869929063
        },
        {
            "start": 869953560,
            "stop": 869954374
        },
        {
            "start": 869956192,
            "stop": 869986909
        },
        {
            "start": 869987780,
            "stop": 869992028
        },
        {
            "start": 869993940,
            "stop": 870024108
        },
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038679
        },
        {
            "start": 870040119,
            "stop": 870058117
        },
        {
            "start": 870059576,
            "stop": 870060552
        },
        {
            "start": 870064842,
            "stop": 870067982
        },
        {
            "start": 870069182,
            "stop": 870071458
        },
        {
            "start": 870072320,
            "stop": 870103407
        },
        {
            "start": 870106126,
            "stop": 870122286
        },
        {
            "start": 870123750,
            "stop": 870210752
        },
        {
            "start": 870212486,
            "stop": 870214717
        },
        {
            "start": 870216573,
            "stop": 870261893
        },
        {
            "start": 870263407,
            "stop": 870273261
        },
        {
            "start": 870274295,
            "stop": 870289996
        },
        {
            "start": 870290752,
            "stop": 870292482
        },
        {
            "start": 870306753,
            "stop": 870342111
        }
    ]
}