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=10282
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=10283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10281",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10282,
    "results": [
        {
            "start": 874904434,
            "stop": 874906648
        },
        {
            "start": 874906664,
            "stop": 874906924
        },
        {
            "start": 874907100,
            "stop": 874907350
        },
        {
            "start": 874907392,
            "stop": 874908300
        },
        {
            "start": 874908360,
            "stop": 874908612
        },
        {
            "start": 874908619,
            "stop": 874909620
        },
        {
            "start": 874909680,
            "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
        }
    ]
}