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=5140
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=5141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5139",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5140,
    "results": [
        {
            "start": 874750560,
            "stop": 874750602
        },
        {
            "start": 874750621,
            "stop": 874750733
        },
        {
            "start": 874750752,
            "stop": 874750806
        },
        {
            "start": 874750830,
            "stop": 874750880
        },
        {
            "start": 874750900,
            "stop": 874750946
        },
        {
            "start": 874750965,
            "stop": 874750969
        },
        {
            "start": 874750988,
            "stop": 874751045
        },
        {
            "start": 874751064,
            "stop": 874751157
        },
        {
            "start": 874751176,
            "stop": 874751226
        },
        {
            "start": 874751253,
            "stop": 874751332
        },
        {
            "start": 874751351,
            "stop": 874751422
        },
        {
            "start": 874751442,
            "stop": 874751504
        },
        {
            "start": 874751523,
            "stop": 874751546
        },
        {
            "start": 874751565,
            "stop": 874751672
        },
        {
            "start": 874751696,
            "stop": 874751718
        },
        {
            "start": 874751737,
            "stop": 874751828
        },
        {
            "start": 874751848,
            "stop": 874751862
        },
        {
            "start": 874751886,
            "stop": 874751925
        },
        {
            "start": 874751944,
            "stop": 874751964
        },
        {
            "start": 874751984,
            "stop": 874751991
        }
    ]
}