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=9878
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=9879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9877",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9878,
    "results": [
        {
            "start": 870845842,
            "stop": 870846802
        },
        {
            "start": 870846809,
            "stop": 870847124
        },
        {
            "start": 870847132,
            "stop": 870847219
        },
        {
            "start": 870847227,
            "stop": 870847453
        },
        {
            "start": 870847461,
            "stop": 870847680
        },
        {
            "start": 870847740,
            "stop": 870848342
        },
        {
            "start": 870848350,
            "stop": 870848688
        },
        {
            "start": 870848696,
            "stop": 870849019
        },
        {
            "start": 870849027,
            "stop": 870849512
        },
        {
            "start": 870849519,
            "stop": 870850426
        },
        {
            "start": 870850433,
            "stop": 870850700
        },
        {
            "start": 870850707,
            "stop": 870851123
        },
        {
            "start": 870851131,
            "stop": 870851392
        },
        {
            "start": 870851399,
            "stop": 870851575
        },
        {
            "start": 870851583,
            "stop": 870852096
        },
        {
            "start": 870852110,
            "stop": 870852150
        },
        {
            "start": 870852157,
            "stop": 870852211
        },
        {
            "start": 870852218,
            "stop": 870852420
        },
        {
            "start": 870852480,
            "stop": 870852496
        },
        {
            "start": 870852504,
            "stop": 870852593
        }
    ]
}