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=1031
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=1032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1030",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1031,
    "results": [
        {
            "start": 874204259,
            "stop": 874205249
        },
        {
            "start": 874205457,
            "stop": 874206237
        },
        {
            "start": 874206267,
            "stop": 874206687
        },
        {
            "start": 874206717,
            "stop": 874207167
        },
        {
            "start": 874207197,
            "stop": 874207497
        },
        {
            "start": 874207527,
            "stop": 874207647
        },
        {
            "start": 874207677,
            "stop": 874207797
        },
        {
            "start": 874207827,
            "stop": 874208127
        },
        {
            "start": 874208157,
            "stop": 874211787
        },
        {
            "start": 874211817,
            "stop": 874216137
        },
        {
            "start": 874216325,
            "stop": 874216505
        },
        {
            "start": 874216706,
            "stop": 874220606
        },
        {
            "start": 874220915,
            "stop": 874221095
        },
        {
            "start": 874221570,
            "stop": 874221630
        },
        {
            "start": 874221796,
            "stop": 874221856
        },
        {
            "start": 874222193,
            "stop": 874222313
        },
        {
            "start": 874222598,
            "stop": 874222658
        },
        {
            "start": 874223137,
            "stop": 874223257
        },
        {
            "start": 874223581,
            "stop": 874223761
        },
        {
            "start": 874224855,
            "stop": 874224975
        }
    ]
}