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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5036",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5037,
    "results": [
        {
            "start": 874566416,
            "stop": 874566486
        },
        {
            "start": 874566505,
            "stop": 874566519
        },
        {
            "start": 874566544,
            "stop": 874566555
        },
        {
            "start": 874566574,
            "stop": 874566600
        },
        {
            "start": 874566683,
            "stop": 874566687
        },
        {
            "start": 874566706,
            "stop": 874566804
        },
        {
            "start": 874566823,
            "stop": 874566847
        },
        {
            "start": 874566880,
            "stop": 874566897
        },
        {
            "start": 874566916,
            "stop": 874566953
        },
        {
            "start": 874566972,
            "stop": 874566996
        },
        {
            "start": 874567015,
            "stop": 874567077
        },
        {
            "start": 874567099,
            "stop": 874567132
        },
        {
            "start": 874567171,
            "stop": 874567208
        },
        {
            "start": 874567239,
            "stop": 874567266
        },
        {
            "start": 874567285,
            "stop": 874567288
        },
        {
            "start": 874567322,
            "stop": 874567339
        },
        {
            "start": 874567358,
            "stop": 874567367
        },
        {
            "start": 874567386,
            "stop": 874567398
        },
        {
            "start": 874567422,
            "stop": 874567437
        },
        {
            "start": 874569398,
            "stop": 874571755
        }
    ]
}