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_H1L1/segments?format=api&page=98
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_H1L1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=97",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 98,
    "results": [
        {
            "start": 820738442,
            "stop": 820738742
        },
        {
            "start": 820738907,
            "stop": 820739027
        },
        {
            "start": 820739204,
            "stop": 820741424
        },
        {
            "start": 820742284,
            "stop": 820742884
        },
        {
            "start": 820743153,
            "stop": 820743813
        },
        {
            "start": 820743987,
            "stop": 820744587
        },
        {
            "start": 820745820,
            "stop": 820748880
        },
        {
            "start": 820750327,
            "stop": 820750927
        },
        {
            "start": 820751711,
            "stop": 820752371
        },
        {
            "start": 820753529,
            "stop": 820755629
        },
        {
            "start": 820755778,
            "stop": 820755958
        },
        {
            "start": 820798491,
            "stop": 820798551
        },
        {
            "start": 820798825,
            "stop": 820798885
        },
        {
            "start": 820799020,
            "stop": 820799140
        },
        {
            "start": 820799969,
            "stop": 820800149
        },
        {
            "start": 820800326,
            "stop": 820800566
        },
        {
            "start": 820800737,
            "stop": 820800917
        },
        {
            "start": 820801063,
            "stop": 820801183
        },
        {
            "start": 820801423,
            "stop": 820801543
        },
        {
            "start": 820801698,
            "stop": 820802298
        }
    ]
}