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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8942",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8943,
    "results": [
        {
            "start": 873707123,
            "stop": 873707162
        },
        {
            "start": 873707184,
            "stop": 873707236
        },
        {
            "start": 873707275,
            "stop": 873707308
        },
        {
            "start": 873707328,
            "stop": 873707420
        },
        {
            "start": 873707443,
            "stop": 873707454
        },
        {
            "start": 873707473,
            "stop": 873707650
        },
        {
            "start": 873707670,
            "stop": 873707690
        },
        {
            "start": 873707710,
            "stop": 873707766
        },
        {
            "start": 873707789,
            "stop": 873707831
        },
        {
            "start": 873707858,
            "stop": 873707864
        },
        {
            "start": 873711097,
            "stop": 873711111
        },
        {
            "start": 873711135,
            "stop": 873711223
        },
        {
            "start": 873711242,
            "stop": 873711244
        },
        {
            "start": 873711263,
            "stop": 873711266
        },
        {
            "start": 873711317,
            "stop": 873711322
        },
        {
            "start": 873711376,
            "stop": 873711384
        },
        {
            "start": 873711403,
            "stop": 873711419
        },
        {
            "start": 873711441,
            "stop": 873711448
        },
        {
            "start": 873711467,
            "stop": 873711489
        },
        {
            "start": 873711536,
            "stop": 873711608
        }
    ]
}