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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=164",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 165,
    "results": [
        {
            "start": 931425326,
            "stop": 931425341
        },
        {
            "start": 931425344,
            "stop": 931425566
        },
        {
            "start": 931425568,
            "stop": 931425604
        },
        {
            "start": 931425608,
            "stop": 931425612
        },
        {
            "start": 931425615,
            "stop": 931425620
        },
        {
            "start": 931425621,
            "stop": 931425622
        },
        {
            "start": 931425624,
            "stop": 931425650
        },
        {
            "start": 931425652,
            "stop": 931425661
        },
        {
            "start": 931425664,
            "stop": 931425771
        },
        {
            "start": 931425773,
            "stop": 931425827
        },
        {
            "start": 931425829,
            "stop": 931425915
        },
        {
            "start": 931425917,
            "stop": 931425980
        },
        {
            "start": 931425982,
            "stop": 931426095
        },
        {
            "start": 931426098,
            "stop": 931426176
        },
        {
            "start": 931426178,
            "stop": 931426229
        },
        {
            "start": 931426231,
            "stop": 931426241
        },
        {
            "start": 931426243,
            "stop": 931426305
        },
        {
            "start": 931426307,
            "stop": 931426308
        },
        {
            "start": 931426310,
            "stop": 931426405
        },
        {
            "start": 931426407,
            "stop": 931426484
        }
    ]
}