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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=139",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 140,
    "results": [
        {
            "start": 931401125,
            "stop": 931401127
        },
        {
            "start": 931401129,
            "stop": 931401146
        },
        {
            "start": 931401148,
            "stop": 931401149
        },
        {
            "start": 931401153,
            "stop": 931401174
        },
        {
            "start": 931401178,
            "stop": 931401206
        },
        {
            "start": 931401208,
            "stop": 931401209
        },
        {
            "start": 931401211,
            "stop": 931401212
        },
        {
            "start": 931401217,
            "stop": 931401223
        },
        {
            "start": 931401226,
            "stop": 931401237
        },
        {
            "start": 931401240,
            "stop": 931401250
        },
        {
            "start": 931401252,
            "stop": 931401261
        },
        {
            "start": 931401265,
            "stop": 931401271
        },
        {
            "start": 931401274,
            "stop": 931401275
        },
        {
            "start": 931401277,
            "stop": 931401278
        },
        {
            "start": 931401280,
            "stop": 931401281
        },
        {
            "start": 931401284,
            "stop": 931401286
        },
        {
            "start": 931401287,
            "stop": 931401294
        },
        {
            "start": 931401298,
            "stop": 931401301
        },
        {
            "start": 931401303,
            "stop": 931401311
        },
        {
            "start": 931401313,
            "stop": 931401319
        }
    ]
}