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=5206
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=5207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5205",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5206,
    "results": [
        {
            "start": 875020979,
            "stop": 875021100
        },
        {
            "start": 875021107,
            "stop": 875021192
        },
        {
            "start": 875021199,
            "stop": 875021298
        },
        {
            "start": 875021305,
            "stop": 875021380
        },
        {
            "start": 875021387,
            "stop": 875021483
        },
        {
            "start": 875021491,
            "stop": 875021531
        },
        {
            "start": 875021538,
            "stop": 875021549
        },
        {
            "start": 875021556,
            "stop": 875021628
        },
        {
            "start": 875021636,
            "stop": 875021683
        },
        {
            "start": 875021690,
            "stop": 875021693
        },
        {
            "start": 875021700,
            "stop": 875021843
        },
        {
            "start": 875021850,
            "stop": 875021856
        },
        {
            "start": 875021874,
            "stop": 875021878
        },
        {
            "start": 875021885,
            "stop": 875021939
        },
        {
            "start": 875021958,
            "stop": 875021965
        },
        {
            "start": 875021972,
            "stop": 875021985
        },
        {
            "start": 875021992,
            "stop": 875022026
        },
        {
            "start": 875022040,
            "stop": 875022055
        },
        {
            "start": 875022062,
            "stop": 875022104
        },
        {
            "start": 875022129,
            "stop": 875022149
        }
    ]
}