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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=133",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 134,
    "results": [
        {
            "start": 965754531,
            "stop": 965760946
        },
        {
            "start": 965762101,
            "stop": 965770786
        },
        {
            "start": 965781808,
            "stop": 965797453
        },
        {
            "start": 965797682,
            "stop": 965809907
        },
        {
            "start": 965812412,
            "stop": 965822863
        },
        {
            "start": 965825769,
            "stop": 965826921
        },
        {
            "start": 965829391,
            "stop": 965862778
        },
        {
            "start": 965869674,
            "stop": 965874666
        },
        {
            "start": 965875757,
            "stop": 965903762
        },
        {
            "start": 965906153,
            "stop": 965916514
        },
        {
            "start": 965918489,
            "stop": 965918606
        },
        {
            "start": 965920980,
            "stop": 965922599
        },
        {
            "start": 965923553,
            "stop": 965948699
        },
        {
            "start": 965948850,
            "stop": 965969743
        },
        {
            "start": 965971942,
            "stop": 965995521
        },
        {
            "start": 965996688,
            "stop": 965996858
        },
        {
            "start": 965997554,
            "stop": 965999133
        },
        {
            "start": 966002255,
            "stop": 966018079
        },
        {
            "start": 966018839,
            "stop": 966019030
        },
        {
            "start": 966020821,
            "stop": 966021652
        }
    ]
}