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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14460",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14458",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14459,
    "results": [
        {
            "start": 971561817,
            "stop": 971561818
        },
        {
            "start": 971561826,
            "stop": 971561828
        },
        {
            "start": 971561832,
            "stop": 971561833
        },
        {
            "start": 971561837,
            "stop": 971561839
        },
        {
            "start": 971561844,
            "stop": 971561845
        },
        {
            "start": 971561857,
            "stop": 971561858
        },
        {
            "start": 971561863,
            "stop": 971561865
        },
        {
            "start": 971561870,
            "stop": 971561873
        },
        {
            "start": 971561878,
            "stop": 971561880
        },
        {
            "start": 971561882,
            "stop": 971561885
        },
        {
            "start": 971561894,
            "stop": 971561896
        },
        {
            "start": 971561907,
            "stop": 971561908
        },
        {
            "start": 971561917,
            "stop": 971561919
        },
        {
            "start": 971561920,
            "stop": 971561922
        },
        {
            "start": 971561926,
            "stop": 971561927
        },
        {
            "start": 971561932,
            "stop": 971561935
        },
        {
            "start": 971561938,
            "stop": 971561941
        },
        {
            "start": 971561943,
            "stop": 971561945
        },
        {
            "start": 971561951,
            "stop": 971561958
        },
        {
            "start": 971561964,
            "stop": 971561965
        }
    ]
}