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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5127",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5128,
    "results": [
        {
            "start": 874699671,
            "stop": 874699672
        },
        {
            "start": 874699684,
            "stop": 874699707
        },
        {
            "start": 874699719,
            "stop": 874699742
        },
        {
            "start": 874699749,
            "stop": 874699762
        },
        {
            "start": 874699769,
            "stop": 874699852
        },
        {
            "start": 874699862,
            "stop": 874699875
        },
        {
            "start": 874699882,
            "stop": 874699903
        },
        {
            "start": 874699911,
            "stop": 874699945
        },
        {
            "start": 874699952,
            "stop": 874699961
        },
        {
            "start": 874699971,
            "stop": 874700014
        },
        {
            "start": 874700021,
            "stop": 874700039
        },
        {
            "start": 874700046,
            "stop": 874700048
        },
        {
            "start": 874700055,
            "stop": 874700070
        },
        {
            "start": 874700078,
            "stop": 874700099
        },
        {
            "start": 874700106,
            "stop": 874700120
        },
        {
            "start": 874700128,
            "stop": 874700137
        },
        {
            "start": 874700148,
            "stop": 874700177
        },
        {
            "start": 874700184,
            "stop": 874700208
        },
        {
            "start": 874700232,
            "stop": 874700233
        },
        {
            "start": 874700240,
            "stop": 874700250
        }
    ]
}