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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=227",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 228,
    "results": [
        {
            "start": 931460339,
            "stop": 931460345
        },
        {
            "start": 931460347,
            "stop": 931460352
        },
        {
            "start": 931460359,
            "stop": 931460366
        },
        {
            "start": 931460369,
            "stop": 931460375
        },
        {
            "start": 931460376,
            "stop": 931460377
        },
        {
            "start": 931460379,
            "stop": 931460386
        },
        {
            "start": 931460388,
            "stop": 931460389
        },
        {
            "start": 931460391,
            "stop": 931460394
        },
        {
            "start": 931460395,
            "stop": 931460396
        },
        {
            "start": 931460400,
            "stop": 931460409
        },
        {
            "start": 931460413,
            "stop": 931460420
        },
        {
            "start": 931460422,
            "stop": 931460472
        },
        {
            "start": 931460475,
            "stop": 931460476
        },
        {
            "start": 931460478,
            "stop": 931460479
        },
        {
            "start": 931460481,
            "stop": 931460489
        },
        {
            "start": 931460493,
            "stop": 931460494
        },
        {
            "start": 931460496,
            "stop": 931460498
        },
        {
            "start": 931460501,
            "stop": 931460512
        },
        {
            "start": 931460517,
            "stop": 931460518
        },
        {
            "start": 931460520,
            "stop": 931460525
        }
    ]
}