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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2337",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2338,
    "results": [
        {
            "start": 874460711,
            "stop": 874460712
        },
        {
            "start": 874460731,
            "stop": 874463099
        },
        {
            "start": 874463140,
            "stop": 874463148
        },
        {
            "start": 874463171,
            "stop": 874463174
        },
        {
            "start": 874463193,
            "stop": 874463222
        },
        {
            "start": 874463241,
            "stop": 874463412
        },
        {
            "start": 874463431,
            "stop": 874463639
        },
        {
            "start": 874463658,
            "stop": 874463788
        },
        {
            "start": 874463839,
            "stop": 874463847
        },
        {
            "start": 874463866,
            "stop": 874463891
        },
        {
            "start": 874463922,
            "stop": 874464198
        },
        {
            "start": 874464222,
            "stop": 874464680
        },
        {
            "start": 874464706,
            "stop": 874464959
        },
        {
            "start": 874464990,
            "stop": 874465243
        },
        {
            "start": 874465262,
            "stop": 874465281
        },
        {
            "start": 874465317,
            "stop": 874465712
        },
        {
            "start": 874465731,
            "stop": 874465736
        },
        {
            "start": 874465755,
            "stop": 874465970
        },
        {
            "start": 874465989,
            "stop": 874467969
        },
        {
            "start": 874467991,
            "stop": 874468089
        }
    ]
}