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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=18",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 19,
    "results": [
        {
            "start": 816313364,
            "stop": 816313444
        },
        {
            "start": 816313461,
            "stop": 816313637
        },
        {
            "start": 816313664,
            "stop": 816314292
        },
        {
            "start": 816314942,
            "stop": 816315376
        },
        {
            "start": 816315429,
            "stop": 816316246
        },
        {
            "start": 816316273,
            "stop": 816316485
        },
        {
            "start": 816316502,
            "stop": 816316731
        },
        {
            "start": 816316751,
            "stop": 816316964
        },
        {
            "start": 816316983,
            "stop": 816317350
        },
        {
            "start": 816317367,
            "stop": 816317456
        },
        {
            "start": 816317473,
            "stop": 816317490
        },
        {
            "start": 816317507,
            "stop": 816317790
        },
        {
            "start": 816317810,
            "stop": 816318141
        },
        {
            "start": 816321073,
            "stop": 816322298
        },
        {
            "start": 816322315,
            "stop": 816323862
        },
        {
            "start": 816325335,
            "stop": 816330324
        },
        {
            "start": 816330886,
            "stop": 816332737
        },
        {
            "start": 816332758,
            "stop": 816332816
        },
        {
            "start": 816332833,
            "stop": 816333365
        },
        {
            "start": 816333382,
            "stop": 816334212
        }
    ]
}