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_CBCHIGH_CAT4/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_CBCHIGH_CAT4/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=133",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 134,
    "results": [
        {
            "start": 931358383,
            "stop": 931358385
        },
        {
            "start": 931358389,
            "stop": 931358391
        },
        {
            "start": 931358447,
            "stop": 931358448
        },
        {
            "start": 931358495,
            "stop": 931358496
        },
        {
            "start": 931358552,
            "stop": 931358553
        },
        {
            "start": 931358671,
            "stop": 931358672
        },
        {
            "start": 931358675,
            "stop": 931358676
        },
        {
            "start": 931358712,
            "stop": 931358713
        },
        {
            "start": 931358771,
            "stop": 931358772
        },
        {
            "start": 931358777,
            "stop": 931358780
        },
        {
            "start": 931358828,
            "stop": 931358830
        },
        {
            "start": 931358851,
            "stop": 931358852
        },
        {
            "start": 931358872,
            "stop": 931358873
        },
        {
            "start": 931358876,
            "stop": 931358877
        },
        {
            "start": 931358935,
            "stop": 931358937
        },
        {
            "start": 931358981,
            "stop": 931358982
        },
        {
            "start": 931359003,
            "stop": 931359004
        },
        {
            "start": 931359006,
            "stop": 931359007
        },
        {
            "start": 931359009,
            "stop": 931359012
        },
        {
            "start": 931359094,
            "stop": 931359095
        }
    ]
}