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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=3",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 4,
    "results": [
        {
            "start": 816065561,
            "stop": 816065570
        },
        {
            "start": 816065574,
            "stop": 816065610
        },
        {
            "start": 816065621,
            "stop": 816065654
        },
        {
            "start": 816065659,
            "stop": 816065957
        },
        {
            "start": 816065991,
            "stop": 816066043
        },
        {
            "start": 816066048,
            "stop": 816066168
        },
        {
            "start": 816066179,
            "stop": 816066215
        },
        {
            "start": 816066223,
            "stop": 816066300
        },
        {
            "start": 816066304,
            "stop": 816066330
        },
        {
            "start": 816066336,
            "stop": 816066343
        },
        {
            "start": 816066349,
            "stop": 816066369
        },
        {
            "start": 816066373,
            "stop": 816066462
        },
        {
            "start": 816066469,
            "stop": 816066538
        },
        {
            "start": 816066543,
            "stop": 816066545
        },
        {
            "start": 816066552,
            "stop": 816066553
        },
        {
            "start": 816068440,
            "stop": 816068509
        },
        {
            "start": 816068513,
            "stop": 816068518
        },
        {
            "start": 816068523,
            "stop": 816068698
        },
        {
            "start": 816068764,
            "stop": 816068775
        },
        {
            "start": 816068778,
            "stop": 816068859
        }
    ]
}