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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=28",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 29,
    "results": [
        {
            "start": 816439991,
            "stop": 816440040
        },
        {
            "start": 816440152,
            "stop": 816440153
        },
        {
            "start": 816440206,
            "stop": 816440208
        },
        {
            "start": 816440245,
            "stop": 816440249
        },
        {
            "start": 816443622,
            "stop": 816443645
        },
        {
            "start": 816443693,
            "stop": 816443784
        },
        {
            "start": 816443805,
            "stop": 816443809
        },
        {
            "start": 816443854,
            "stop": 816443916
        },
        {
            "start": 816443968,
            "stop": 816443999
        },
        {
            "start": 816444026,
            "stop": 816444036
        },
        {
            "start": 816444127,
            "stop": 816444180
        },
        {
            "start": 816444231,
            "stop": 816444232
        },
        {
            "start": 816444258,
            "stop": 816444387
        },
        {
            "start": 816444434,
            "stop": 816444459
        },
        {
            "start": 816444503,
            "stop": 816444504
        },
        {
            "start": 816444537,
            "stop": 816444615
        },
        {
            "start": 816444654,
            "stop": 816444708
        },
        {
            "start": 816444738,
            "stop": 816444739
        },
        {
            "start": 816444776,
            "stop": 816444790
        },
        {
            "start": 816444830,
            "stop": 816444900
        }
    ]
}