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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=25",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 26,
    "results": [
        {
            "start": 931163672,
            "stop": 931163676
        },
        {
            "start": 931163698,
            "stop": 931163700
        },
        {
            "start": 931163725,
            "stop": 931163731
        },
        {
            "start": 931163752,
            "stop": 931163753
        },
        {
            "start": 931163771,
            "stop": 931163772
        },
        {
            "start": 931163776,
            "stop": 931163777
        },
        {
            "start": 931163785,
            "stop": 931163786
        },
        {
            "start": 931163809,
            "stop": 931163812
        },
        {
            "start": 931163817,
            "stop": 931163820
        },
        {
            "start": 931163839,
            "stop": 931163841
        },
        {
            "start": 931163859,
            "stop": 931163862
        },
        {
            "start": 931163875,
            "stop": 931163877
        },
        {
            "start": 931163882,
            "stop": 931163884
        },
        {
            "start": 931163896,
            "stop": 931163899
        },
        {
            "start": 931163919,
            "stop": 931163928
        },
        {
            "start": 931163930,
            "stop": 931163932
        },
        {
            "start": 931163935,
            "stop": 931163936
        },
        {
            "start": 931163938,
            "stop": 931163941
        },
        {
            "start": 931163965,
            "stop": 931163966
        },
        {
            "start": 931163969,
            "stop": 931163971
        }
    ]
}