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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4539",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4537",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4538,
    "results": [
        {
            "start": 968671746,
            "stop": 968671999
        },
        {
            "start": 968672002,
            "stop": 968672019
        },
        {
            "start": 968672022,
            "stop": 968672114
        },
        {
            "start": 968672117,
            "stop": 968672121
        },
        {
            "start": 968672124,
            "stop": 968672250
        },
        {
            "start": 968672253,
            "stop": 968672370
        },
        {
            "start": 968672373,
            "stop": 968672423
        },
        {
            "start": 968672427,
            "stop": 968672874
        },
        {
            "start": 968672878,
            "stop": 968672961
        },
        {
            "start": 968672964,
            "stop": 968672969
        },
        {
            "start": 968672972,
            "stop": 968673001
        },
        {
            "start": 968673004,
            "stop": 968673030
        },
        {
            "start": 968673033,
            "stop": 968673341
        },
        {
            "start": 968673345,
            "stop": 968673371
        },
        {
            "start": 968673374,
            "stop": 968673377
        },
        {
            "start": 968673381,
            "stop": 968673400
        },
        {
            "start": 968673403,
            "stop": 968673421
        },
        {
            "start": 968673426,
            "stop": 968673477
        },
        {
            "start": 968673480,
            "stop": 968673767
        },
        {
            "start": 968673770,
            "stop": 968673801
        }
    ]
}