Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40561
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40560",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40561,
    "results": [
        {
            "start": 874837752,
            "stop": 874837760
        },
        {
            "start": 874837761,
            "stop": 874837781
        },
        {
            "start": 874837783,
            "stop": 874837908
        },
        {
            "start": 874837910,
            "stop": 874837930
        },
        {
            "start": 874837931,
            "stop": 874837947
        },
        {
            "start": 874837948,
            "stop": 874837973
        },
        {
            "start": 874837975,
            "stop": 874838036
        },
        {
            "start": 874838038,
            "stop": 874838146
        },
        {
            "start": 874838148,
            "stop": 874838178
        },
        {
            "start": 874838179,
            "stop": 874838186
        },
        {
            "start": 874838187,
            "stop": 874838325
        },
        {
            "start": 874838326,
            "stop": 874838332
        },
        {
            "start": 874838333,
            "stop": 874838444
        },
        {
            "start": 874838445,
            "stop": 874838530
        },
        {
            "start": 874838531,
            "stop": 874838592
        },
        {
            "start": 874838593,
            "stop": 874838660
        },
        {
            "start": 874838662,
            "stop": 874838909
        },
        {
            "start": 874838911,
            "stop": 874838931
        },
        {
            "start": 874838933,
            "stop": 874838956
        },
        {
            "start": 874838957,
            "stop": 874838994
        }
    ]
}