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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29486",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29484",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29485,
    "results": [
        {
            "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
        },
        {
            "start": 971561972,
            "stop": 971561973
        }
    ]
}