Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=156",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 157,
    "results": [
        {
            "start": 816849988,
            "stop": 816850028
        },
        {
            "start": 816850032,
            "stop": 816850043
        },
        {
            "start": 816850047,
            "stop": 816850051
        },
        {
            "start": 816850056,
            "stop": 816850077
        },
        {
            "start": 816850082,
            "stop": 816850097
        },
        {
            "start": 816850103,
            "stop": 816850111
        },
        {
            "start": 816850116,
            "stop": 816850117
        },
        {
            "start": 816850124,
            "stop": 816850125
        },
        {
            "start": 816850128,
            "stop": 816850134
        },
        {
            "start": 816850137,
            "stop": 816850156
        },
        {
            "start": 816850163,
            "stop": 816850169
        },
        {
            "start": 816850174,
            "stop": 816850177
        },
        {
            "start": 816850183,
            "stop": 816850227
        },
        {
            "start": 816850230,
            "stop": 816850241
        },
        {
            "start": 816850246,
            "stop": 816850247
        },
        {
            "start": 816850253,
            "stop": 816850261
        },
        {
            "start": 816850265,
            "stop": 816850269
        },
        {
            "start": 816850278,
            "stop": 816850296
        },
        {
            "start": 816850301,
            "stop": 816850303
        },
        {
            "start": 816850308,
            "stop": 816850328
        }
    ]
}