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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=186",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 187,
    "results": [
        {
            "start": 931434151,
            "stop": 931434155
        },
        {
            "start": 931434156,
            "stop": 931434162
        },
        {
            "start": 931434164,
            "stop": 931434165
        },
        {
            "start": 931434167,
            "stop": 931434181
        },
        {
            "start": 931434182,
            "stop": 931434183
        },
        {
            "start": 931434185,
            "stop": 931434192
        },
        {
            "start": 931434195,
            "stop": 931434205
        },
        {
            "start": 931434210,
            "stop": 931434213
        },
        {
            "start": 931434215,
            "stop": 931434221
        },
        {
            "start": 931434223,
            "stop": 931434229
        },
        {
            "start": 931434231,
            "stop": 931434236
        },
        {
            "start": 931434238,
            "stop": 931434246
        },
        {
            "start": 931434248,
            "stop": 931434250
        },
        {
            "start": 931434253,
            "stop": 931434257
        },
        {
            "start": 931434259,
            "stop": 931434261
        },
        {
            "start": 931434262,
            "stop": 931434264
        },
        {
            "start": 931434268,
            "stop": 931434272
        },
        {
            "start": 931434274,
            "stop": 931434277
        },
        {
            "start": 931434278,
            "stop": 931434291
        },
        {
            "start": 931434293,
            "stop": 931434301
        }
    ]
}