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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=48",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 49,
    "results": [
        {
            "start": 816943568,
            "stop": 816943603
        },
        {
            "start": 816943610,
            "stop": 816945424
        },
        {
            "start": 816945442,
            "stop": 816947677
        },
        {
            "start": 816947684,
            "stop": 816954152
        },
        {
            "start": 816954161,
            "stop": 816954330
        },
        {
            "start": 816954653,
            "stop": 816954819
        },
        {
            "start": 816954834,
            "stop": 816954839
        },
        {
            "start": 816954849,
            "stop": 816954857
        },
        {
            "start": 816954864,
            "stop": 816954881
        },
        {
            "start": 816954889,
            "stop": 816956867
        },
        {
            "start": 816956879,
            "stop": 816963475
        },
        {
            "start": 816963482,
            "stop": 816965173
        },
        {
            "start": 816965180,
            "stop": 816965540
        },
        {
            "start": 816965553,
            "stop": 816965724
        },
        {
            "start": 816965731,
            "stop": 816965946
        },
        {
            "start": 816965953,
            "stop": 816966220
        },
        {
            "start": 816966233,
            "stop": 816966341
        },
        {
            "start": 816966348,
            "stop": 816966433
        },
        {
            "start": 816971577,
            "stop": 816971585
        },
        {
            "start": 816971592,
            "stop": 816972067
        }
    ]
}