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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=77",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 78,
    "results": [
        {
            "start": 822600579,
            "stop": 822600581
        },
        {
            "start": 822601174,
            "stop": 822605218
        },
        {
            "start": 822605767,
            "stop": 822606493
        },
        {
            "start": 822606521,
            "stop": 822606523
        },
        {
            "start": 822606671,
            "stop": 822610213
        },
        {
            "start": 822611017,
            "stop": 822632833
        },
        {
            "start": 822635811,
            "stop": 822636058
        },
        {
            "start": 822636828,
            "stop": 822638533
        },
        {
            "start": 822639828,
            "stop": 822644473
        },
        {
            "start": 822644512,
            "stop": 822644514
        },
        {
            "start": 822644614,
            "stop": 822646633
        },
        {
            "start": 822646664,
            "stop": 822646666
        },
        {
            "start": 822646761,
            "stop": 822651013
        },
        {
            "start": 822652251,
            "stop": 822654112
        },
        {
            "start": 822654660,
            "stop": 822664693
        },
        {
            "start": 822665724,
            "stop": 822666061
        },
        {
            "start": 822666065,
            "stop": 822666102
        },
        {
            "start": 822666106,
            "stop": 822666776
        },
        {
            "start": 822666785,
            "stop": 822666800
        },
        {
            "start": 822666804,
            "stop": 822666844
        }
    ]
}