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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=69",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 70,
    "results": [
        {
            "start": 816475083,
            "stop": 816475092
        },
        {
            "start": 816475098,
            "stop": 816475110
        },
        {
            "start": 816475119,
            "stop": 816475120
        },
        {
            "start": 816475128,
            "stop": 816475129
        },
        {
            "start": 816475141,
            "stop": 816475154
        },
        {
            "start": 816475159,
            "stop": 816475207
        },
        {
            "start": 816475212,
            "stop": 816475225
        },
        {
            "start": 816475229,
            "stop": 816475363
        },
        {
            "start": 816475367,
            "stop": 816475387
        },
        {
            "start": 816475393,
            "stop": 816475477
        },
        {
            "start": 816475480,
            "stop": 816475834
        },
        {
            "start": 816475845,
            "stop": 816475886
        },
        {
            "start": 816475891,
            "stop": 816475949
        },
        {
            "start": 816475955,
            "stop": 816475969
        },
        {
            "start": 816475973,
            "stop": 816475977
        },
        {
            "start": 816475982,
            "stop": 816475988
        },
        {
            "start": 816476002,
            "stop": 816476006
        },
        {
            "start": 816476011,
            "stop": 816476056
        },
        {
            "start": 816476059,
            "stop": 816476065
        },
        {
            "start": 816476070,
            "stop": 816476072
        }
    ]
}