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=5287
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=5288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5286",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5287,
    "results": [
        {
            "start": 874907076,
            "stop": 874907350
        },
        {
            "start": 874907392,
            "stop": 874908612
        },
        {
            "start": 874908619,
            "stop": 874910253
        },
        {
            "start": 874910289,
            "stop": 874910342
        },
        {
            "start": 874910378,
            "stop": 874910588
        },
        {
            "start": 874910742,
            "stop": 874910867
        },
        {
            "start": 874910903,
            "stop": 874910910
        },
        {
            "start": 874910959,
            "stop": 874911055
        },
        {
            "start": 874911117,
            "stop": 874911118
        },
        {
            "start": 874911167,
            "stop": 874911407
        },
        {
            "start": 874911483,
            "stop": 874911622
        },
        {
            "start": 874911682,
            "stop": 874911733
        },
        {
            "start": 874911769,
            "stop": 874911803
        },
        {
            "start": 874911880,
            "stop": 874911896
        },
        {
            "start": 874911997,
            "stop": 874912061
        },
        {
            "start": 874912097,
            "stop": 874912298
        },
        {
            "start": 874912389,
            "stop": 874912394
        },
        {
            "start": 874912554,
            "stop": 874912672
        },
        {
            "start": 874912709,
            "stop": 874912823
        },
        {
            "start": 874912929,
            "stop": 874912938
        }
    ]
}