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=4517
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=4518",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4516",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4517,
    "results": [
        {
            "start": 968445667,
            "stop": 968445668
        },
        {
            "start": 968445671,
            "stop": 968445743
        },
        {
            "start": 968445746,
            "stop": 968445785
        },
        {
            "start": 968445788,
            "stop": 968445801
        },
        {
            "start": 968445804,
            "stop": 968446029
        },
        {
            "start": 968446032,
            "stop": 968446057
        },
        {
            "start": 968446060,
            "stop": 968446172
        },
        {
            "start": 968446175,
            "stop": 968446196
        },
        {
            "start": 968446199,
            "stop": 968446200
        },
        {
            "start": 968446203,
            "stop": 968446208
        },
        {
            "start": 968446211,
            "stop": 968446212
        },
        {
            "start": 968446216,
            "stop": 968446279
        },
        {
            "start": 968446282,
            "stop": 968446284
        },
        {
            "start": 968446287,
            "stop": 968446391
        },
        {
            "start": 968446394,
            "stop": 968446509
        },
        {
            "start": 968446512,
            "stop": 968446801
        },
        {
            "start": 968446804,
            "stop": 968447555
        },
        {
            "start": 968447558,
            "stop": 968447568
        },
        {
            "start": 968447571,
            "stop": 968447661
        },
        {
            "start": 968447665,
            "stop": 968447790
        }
    ]
}