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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=703",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 704,
    "results": [
        {
            "start": 951953062,
            "stop": 951954524
        },
        {
            "start": 951955722,
            "stop": 951957362
        },
        {
            "start": 951959638,
            "stop": 951963126
        },
        {
            "start": 951963321,
            "stop": 951971832
        },
        {
            "start": 951972148,
            "stop": 951978962
        },
        {
            "start": 951985150,
            "stop": 951989011
        },
        {
            "start": 951989257,
            "stop": 952007004
        },
        {
            "start": 952011666,
            "stop": 952015933
        },
        {
            "start": 952016838,
            "stop": 952021367
        },
        {
            "start": 952022191,
            "stop": 952022212
        },
        {
            "start": 952028621,
            "stop": 952029628
        },
        {
            "start": 952029634,
            "stop": 952033387
        },
        {
            "start": 952034200,
            "stop": 952034366
        },
        {
            "start": 952038134,
            "stop": 952045071
        },
        {
            "start": 952045276,
            "stop": 952054112
        },
        {
            "start": 952058823,
            "stop": 952060819
        },
        {
            "start": 952065845,
            "stop": 952089448
        },
        {
            "start": 952122139,
            "stop": 952127085
        },
        {
            "start": 952131639,
            "stop": 952136806
        },
        {
            "start": 952136932,
            "stop": 952144363
        }
    ]
}