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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=416",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 417,
    "results": [
        {
            "start": 827070722,
            "stop": 827070779
        },
        {
            "start": 827070786,
            "stop": 827071254
        },
        {
            "start": 827071262,
            "stop": 827071286
        },
        {
            "start": 827071293,
            "stop": 827071513
        },
        {
            "start": 827071684,
            "stop": 827071881
        },
        {
            "start": 827071888,
            "stop": 827073540
        },
        {
            "start": 827073600,
            "stop": 827074730
        },
        {
            "start": 827074810,
            "stop": 827075291
        },
        {
            "start": 827075436,
            "stop": 827076702
        },
        {
            "start": 827076709,
            "stop": 827077178
        },
        {
            "start": 827077186,
            "stop": 827077740
        },
        {
            "start": 827077800,
            "stop": 827078270
        },
        {
            "start": 827078410,
            "stop": 827079136
        },
        {
            "start": 827079143,
            "stop": 827079290
        },
        {
            "start": 827079370,
            "stop": 827080125
        },
        {
            "start": 827080132,
            "stop": 827080970
        },
        {
            "start": 827081050,
            "stop": 827081688
        },
        {
            "start": 827081695,
            "stop": 827081866
        },
        {
            "start": 827081873,
            "stop": 827082777
        },
        {
            "start": 827086885,
            "stop": 827087510
        }
    ]
}