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=10175
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=10176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10174",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10175,
    "results": [
        {
            "start": 873815364,
            "stop": 873815463
        },
        {
            "start": 873815470,
            "stop": 873815545
        },
        {
            "start": 873815552,
            "stop": 873815650
        },
        {
            "start": 873815657,
            "stop": 873815700
        },
        {
            "start": 873815760,
            "stop": 873815851
        },
        {
            "start": 873815860,
            "stop": 873815909
        },
        {
            "start": 873815916,
            "stop": 873815924
        },
        {
            "start": 873815932,
            "stop": 873815955
        },
        {
            "start": 873816208,
            "stop": 873816210
        },
        {
            "start": 873816244,
            "stop": 873816306
        },
        {
            "start": 873816314,
            "stop": 873816320
        },
        {
            "start": 873816330,
            "stop": 873816347
        },
        {
            "start": 873816355,
            "stop": 873816408
        },
        {
            "start": 873816420,
            "stop": 873816480
        },
        {
            "start": 873816540,
            "stop": 873816635
        },
        {
            "start": 873816643,
            "stop": 873816670
        },
        {
            "start": 873816678,
            "stop": 873816775
        },
        {
            "start": 873816783,
            "stop": 873816829
        },
        {
            "start": 873816844,
            "stop": 873816890
        },
        {
            "start": 873816898,
            "stop": 873816900
        }
    ]
}