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=5156
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=5157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5155",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5156,
    "results": [
        {
            "start": 874729655,
            "stop": 874729828
        },
        {
            "start": 874729835,
            "stop": 874729861
        },
        {
            "start": 874729868,
            "stop": 874729944
        },
        {
            "start": 874729952,
            "stop": 874729954
        },
        {
            "start": 874729961,
            "stop": 874729995
        },
        {
            "start": 874730002,
            "stop": 874730107
        },
        {
            "start": 874730114,
            "stop": 874730117
        },
        {
            "start": 874730129,
            "stop": 874730157
        },
        {
            "start": 874730164,
            "stop": 874730244
        },
        {
            "start": 874730251,
            "stop": 874730315
        },
        {
            "start": 874730322,
            "stop": 874730467
        },
        {
            "start": 874730475,
            "stop": 874730542
        },
        {
            "start": 874730549,
            "stop": 874730599
        },
        {
            "start": 874730606,
            "stop": 874730626
        },
        {
            "start": 874730633,
            "stop": 874730805
        },
        {
            "start": 874730813,
            "stop": 874730840
        },
        {
            "start": 874730848,
            "stop": 874730865
        },
        {
            "start": 874730872,
            "stop": 874730896
        },
        {
            "start": 874730903,
            "stop": 874730930
        },
        {
            "start": 874730938,
            "stop": 874730989
        }
    ]
}