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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=649",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 650,
    "results": [
        {
            "start": 852475317,
            "stop": 852475677
        },
        {
            "start": 852476028,
            "stop": 852476568
        },
        {
            "start": 852476726,
            "stop": 852476786
        },
        {
            "start": 852477015,
            "stop": 852478995
        },
        {
            "start": 852479144,
            "stop": 852479324
        },
        {
            "start": 852481291,
            "stop": 852481981
        },
        {
            "start": 852482041,
            "stop": 852482401
        },
        {
            "start": 852482431,
            "stop": 852482551
        },
        {
            "start": 852482820,
            "stop": 852482880
        },
        {
            "start": 852484379,
            "stop": 852485549
        },
        {
            "start": 852485579,
            "stop": 852486059
        },
        {
            "start": 852487389,
            "stop": 852487479
        },
        {
            "start": 852487509,
            "stop": 852487719
        },
        {
            "start": 852487839,
            "stop": 852488439
        },
        {
            "start": 852488529,
            "stop": 852488589
        },
        {
            "start": 852488619,
            "stop": 852489489
        },
        {
            "start": 852498887,
            "stop": 852499037
        },
        {
            "start": 852499067,
            "stop": 852499487
        },
        {
            "start": 852500940,
            "stop": 852501180
        },
        {
            "start": 852501210,
            "stop": 852501270
        }
    ]
}