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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=146",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 147,
    "results": [
        {
            "start": 816844749,
            "stop": 816844788
        },
        {
            "start": 816844791,
            "stop": 816844805
        },
        {
            "start": 816844810,
            "stop": 816844813
        },
        {
            "start": 816844819,
            "stop": 816844820
        },
        {
            "start": 816844826,
            "stop": 816844854
        },
        {
            "start": 816844858,
            "stop": 816844863
        },
        {
            "start": 816844867,
            "stop": 816844897
        },
        {
            "start": 816844900,
            "stop": 816844917
        },
        {
            "start": 816844921,
            "stop": 816844947
        },
        {
            "start": 816844950,
            "stop": 816844957
        },
        {
            "start": 816844963,
            "stop": 816844966
        },
        {
            "start": 816844971,
            "stop": 816845012
        },
        {
            "start": 816845032,
            "stop": 816845059
        },
        {
            "start": 816845081,
            "stop": 816845127
        },
        {
            "start": 816845132,
            "stop": 816845185
        },
        {
            "start": 816845188,
            "stop": 816845190
        },
        {
            "start": 816845197,
            "stop": 816845198
        },
        {
            "start": 816845207,
            "stop": 816845216
        },
        {
            "start": 816845223,
            "stop": 816845362
        },
        {
            "start": 816845366,
            "stop": 816845369
        }
    ]
}