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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=19",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 20,
    "results": [
        {
            "start": 816367116,
            "stop": 816367170
        },
        {
            "start": 816369733,
            "stop": 816369990
        },
        {
            "start": 816372570,
            "stop": 816374310
        },
        {
            "start": 816375390,
            "stop": 816375474
        },
        {
            "start": 816375481,
            "stop": 816375549
        },
        {
            "start": 816375556,
            "stop": 816375874
        },
        {
            "start": 816375882,
            "stop": 816375917
        },
        {
            "start": 816375933,
            "stop": 816376058
        },
        {
            "start": 816376065,
            "stop": 816376273
        },
        {
            "start": 816376289,
            "stop": 816376290
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816410605
        },
        {
            "start": 816410633,
            "stop": 816416533
        },
        {
            "start": 816417153,
            "stop": 816426634
        },
        {
            "start": 816426641,
            "stop": 816426697
        },
        {
            "start": 816426704,
            "stop": 816426750
        },
        {
            "start": 816427110,
            "stop": 816427266
        },
        {
            "start": 816427308,
            "stop": 816427329
        },
        {
            "start": 816427359,
            "stop": 816427371
        }
    ]
}