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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=79",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 80,
    "results": [
        {
            "start": 816600585,
            "stop": 816600586
        },
        {
            "start": 816600595,
            "stop": 816600599
        },
        {
            "start": 816600602,
            "stop": 816600620
        },
        {
            "start": 816600624,
            "stop": 816600631
        },
        {
            "start": 816600639,
            "stop": 816600646
        },
        {
            "start": 816600657,
            "stop": 816600675
        },
        {
            "start": 816600695,
            "stop": 816600754
        },
        {
            "start": 816600765,
            "stop": 816600772
        },
        {
            "start": 816600776,
            "stop": 816600861
        },
        {
            "start": 816600866,
            "stop": 816600873
        },
        {
            "start": 816600876,
            "stop": 816600879
        },
        {
            "start": 816600885,
            "stop": 816600888
        },
        {
            "start": 816600896,
            "stop": 816600897
        },
        {
            "start": 816600903,
            "stop": 816600906
        },
        {
            "start": 816600911,
            "stop": 816600914
        },
        {
            "start": 816600919,
            "stop": 816601012
        },
        {
            "start": 816601015,
            "stop": 816601020
        },
        {
            "start": 816601032,
            "stop": 816601112
        },
        {
            "start": 816601127,
            "stop": 816601151
        },
        {
            "start": 816601162,
            "stop": 816601186
        }
    ]
}