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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=809",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 810,
    "results": [
        {
            "start": 958102922,
            "stop": 958103284
        },
        {
            "start": 958103290,
            "stop": 958104606
        },
        {
            "start": 958104612,
            "stop": 958104993
        },
        {
            "start": 958104999,
            "stop": 958106603
        },
        {
            "start": 958106609,
            "stop": 958107501
        },
        {
            "start": 958107507,
            "stop": 958108691
        },
        {
            "start": 958108697,
            "stop": 958108923
        },
        {
            "start": 958108928,
            "stop": 958110978
        },
        {
            "start": 958110984,
            "stop": 958111111
        },
        {
            "start": 958111119,
            "stop": 958112014
        },
        {
            "start": 958112020,
            "stop": 958114950
        },
        {
            "start": 958114956,
            "stop": 958117387
        },
        {
            "start": 958117393,
            "stop": 958118806
        },
        {
            "start": 958118812,
            "stop": 958118866
        },
        {
            "start": 958118872,
            "stop": 958119334
        },
        {
            "start": 958119340,
            "stop": 958119739
        },
        {
            "start": 958119745,
            "stop": 958119791
        },
        {
            "start": 958119796,
            "stop": 958120749
        },
        {
            "start": 958120754,
            "stop": 958120801
        },
        {
            "start": 958120807,
            "stop": 958121016
        }
    ]
}