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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=610",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 611,
    "results": [
        {
            "start": 846322037,
            "stop": 846322045
        },
        {
            "start": 846322056,
            "stop": 846322072
        },
        {
            "start": 846322095,
            "stop": 846322116
        },
        {
            "start": 846322127,
            "stop": 846322195
        },
        {
            "start": 846322208,
            "stop": 846322215
        },
        {
            "start": 846322226,
            "stop": 846322236
        },
        {
            "start": 846322325,
            "stop": 846324229
        },
        {
            "start": 846329101,
            "stop": 846334245
        },
        {
            "start": 846336898,
            "stop": 846342497
        },
        {
            "start": 846375822,
            "stop": 846403513
        },
        {
            "start": 846403519,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846441613
        },
        {
            "start": 846447806,
            "stop": 846449578
        },
        {
            "start": 846451908,
            "stop": 846457827
        },
        {
            "start": 846460659,
            "stop": 846507978
        },
        {
            "start": 846508019,
            "stop": 846510728
        },
        {
            "start": 846515578,
            "stop": 846529473
        },
        {
            "start": 846530755,
            "stop": 846532357
        },
        {
            "start": 846532365,
            "stop": 846537178
        },
        {
            "start": 846537186,
            "stop": 846537188
        }
    ]
}