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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9939",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9940,
    "results": [
        {
            "start": 875039532,
            "stop": 875040393
        },
        {
            "start": 875040410,
            "stop": 875041089
        },
        {
            "start": 875041106,
            "stop": 875041363
        },
        {
            "start": 875041483,
            "stop": 875041560
        },
        {
            "start": 875042981,
            "stop": 875043113
        },
        {
            "start": 875043130,
            "stop": 875043456
        },
        {
            "start": 875043473,
            "stop": 875043780
        },
        {
            "start": 875043840,
            "stop": 875043926
        },
        {
            "start": 875043954,
            "stop": 875044200
        },
        {
            "start": 875044260,
            "stop": 875047440
        },
        {
            "start": 875047500,
            "stop": 875047560
        },
        {
            "start": 875047620,
            "stop": 875047806
        },
        {
            "start": 875047926,
            "stop": 875048054
        },
        {
            "start": 875048072,
            "stop": 875048460
        },
        {
            "start": 875048520,
            "stop": 875049120
        },
        {
            "start": 875049180,
            "stop": 875049720
        },
        {
            "start": 875049780,
            "stop": 875051280
        },
        {
            "start": 875051340,
            "stop": 875051582
        },
        {
            "start": 875051599,
            "stop": 875051640
        },
        {
            "start": 875051700,
            "stop": 875051760
        }
    ]
}