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=981
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=982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=980",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 981,
    "results": [
        {
            "start": 872440240,
            "stop": 872440360
        },
        {
            "start": 872440490,
            "stop": 872440610
        },
        {
            "start": 872440831,
            "stop": 872441011
        },
        {
            "start": 872441162,
            "stop": 872441402
        },
        {
            "start": 872441535,
            "stop": 872442135
        },
        {
            "start": 872442282,
            "stop": 872442702
        },
        {
            "start": 872444375,
            "stop": 872444795
        },
        {
            "start": 872444972,
            "stop": 872445032
        },
        {
            "start": 872445183,
            "stop": 872446023
        },
        {
            "start": 872449336,
            "stop": 872449996
        },
        {
            "start": 872450436,
            "stop": 872450556
        },
        {
            "start": 872450707,
            "stop": 872450767
        },
        {
            "start": 872451376,
            "stop": 872451436
        },
        {
            "start": 872451719,
            "stop": 872452739
        },
        {
            "start": 872455584,
            "stop": 872455704
        },
        {
            "start": 872456064,
            "stop": 872456184
        },
        {
            "start": 872456521,
            "stop": 872456821
        },
        {
            "start": 872457139,
            "stop": 872457559
        },
        {
            "start": 872457693,
            "stop": 872458413
        },
        {
            "start": 872459568,
            "stop": 872459808
        }
    ]
}