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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=983",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 984,
    "results": [
        {
            "start": 872493863,
            "stop": 872495963
        },
        {
            "start": 872496132,
            "stop": 872496192
        },
        {
            "start": 872497967,
            "stop": 872498327
        },
        {
            "start": 872498615,
            "stop": 872500955
        },
        {
            "start": 872501281,
            "stop": 872501641
        },
        {
            "start": 872501776,
            "stop": 872501896
        },
        {
            "start": 872502367,
            "stop": 872502487
        },
        {
            "start": 872502668,
            "stop": 872502728
        },
        {
            "start": 872502877,
            "stop": 872503117
        },
        {
            "start": 872503263,
            "stop": 872504403
        },
        {
            "start": 872504542,
            "stop": 872504722
        },
        {
            "start": 872504941,
            "stop": 872506141
        },
        {
            "start": 872506322,
            "stop": 872506682
        },
        {
            "start": 872506888,
            "stop": 872508388
        },
        {
            "start": 872508546,
            "stop": 872508666
        },
        {
            "start": 872508832,
            "stop": 872508952
        },
        {
            "start": 872509094,
            "stop": 872509214
        },
        {
            "start": 872509430,
            "stop": 872509730
        },
        {
            "start": 872512545,
            "stop": 872513085
        },
        {
            "start": 872522735,
            "stop": 872523695
        }
    ]
}