Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6225",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6226,
    "results": [
        {
            "start": 874703390,
            "stop": 874703895
        },
        {
            "start": 874703896,
            "stop": 874705697
        },
        {
            "start": 874705699,
            "stop": 874712057
        },
        {
            "start": 874712058,
            "stop": 874712150
        },
        {
            "start": 874712530,
            "stop": 874713363
        },
        {
            "start": 874713364,
            "stop": 874717704
        },
        {
            "start": 874717705,
            "stop": 874719264
        },
        {
            "start": 874719266,
            "stop": 874720852
        },
        {
            "start": 874720853,
            "stop": 874722713
        },
        {
            "start": 874722715,
            "stop": 874724917
        },
        {
            "start": 874724918,
            "stop": 874724991
        },
        {
            "start": 874724992,
            "stop": 874726668
        },
        {
            "start": 874726669,
            "stop": 874726846
        },
        {
            "start": 874726847,
            "stop": 874727678
        },
        {
            "start": 874727679,
            "stop": 874728263
        },
        {
            "start": 874728264,
            "stop": 874731583
        },
        {
            "start": 874731584,
            "stop": 874732629
        },
        {
            "start": 874732630,
            "stop": 874732904
        },
        {
            "start": 874732905,
            "stop": 874733591
        },
        {
            "start": 874733593,
            "stop": 874738165
        }
    ]
}