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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=171",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 172,
    "results": [
        {
            "start": 816862550,
            "stop": 816862598
        },
        {
            "start": 816862603,
            "stop": 816862610
        },
        {
            "start": 816862613,
            "stop": 816862619
        },
        {
            "start": 816862623,
            "stop": 816862631
        },
        {
            "start": 816862635,
            "stop": 816862684
        },
        {
            "start": 816862688,
            "stop": 816862691
        },
        {
            "start": 816862697,
            "stop": 816862700
        },
        {
            "start": 816862705,
            "stop": 816862706
        },
        {
            "start": 816862711,
            "stop": 816862713
        },
        {
            "start": 816862718,
            "stop": 816862721
        },
        {
            "start": 816862733,
            "stop": 816862734
        },
        {
            "start": 816862741,
            "stop": 816862742
        },
        {
            "start": 816862755,
            "stop": 816862815
        },
        {
            "start": 816862820,
            "stop": 816862824
        },
        {
            "start": 816862829,
            "stop": 816862833
        },
        {
            "start": 816862836,
            "stop": 816862969
        },
        {
            "start": 816862974,
            "stop": 816863033
        },
        {
            "start": 816863037,
            "stop": 816863075
        },
        {
            "start": 816863079,
            "stop": 816863087
        },
        {
            "start": 816863093,
            "stop": 816863094
        }
    ]
}