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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=14",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 15,
    "results": [
        {
            "start": 816236355,
            "stop": 816236361
        },
        {
            "start": 816236372,
            "stop": 816236402
        },
        {
            "start": 816236405,
            "stop": 816236412
        },
        {
            "start": 816236416,
            "stop": 816236435
        },
        {
            "start": 816236439,
            "stop": 816236458
        },
        {
            "start": 816236464,
            "stop": 816236518
        },
        {
            "start": 816236522,
            "stop": 816236540
        },
        {
            "start": 816258792,
            "stop": 816258866
        },
        {
            "start": 816258885,
            "stop": 816258922
        },
        {
            "start": 816258942,
            "stop": 816258969
        },
        {
            "start": 816258994,
            "stop": 816259010
        },
        {
            "start": 816259014,
            "stop": 816259081
        },
        {
            "start": 816260809,
            "stop": 816260961
        },
        {
            "start": 816260964,
            "stop": 816261003
        },
        {
            "start": 816261006,
            "stop": 816261065
        },
        {
            "start": 816261069,
            "stop": 816261110
        },
        {
            "start": 816261113,
            "stop": 816261504
        },
        {
            "start": 816261508,
            "stop": 816261732
        },
        {
            "start": 816261735,
            "stop": 816261753
        },
        {
            "start": 816261770,
            "stop": 816262056
        }
    ]
}