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=766
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=767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=765",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 766,
    "results": [
        {
            "start": 859732764,
            "stop": 859733484
        },
        {
            "start": 859733644,
            "stop": 859734304
        },
        {
            "start": 859735565,
            "stop": 859736105
        },
        {
            "start": 859737877,
            "stop": 859740217
        },
        {
            "start": 859741306,
            "stop": 859741546
        },
        {
            "start": 859744583,
            "stop": 859747823
        },
        {
            "start": 859750019,
            "stop": 859751519
        },
        {
            "start": 859753060,
            "stop": 859756120
        },
        {
            "start": 859756293,
            "stop": 859756833
        },
        {
            "start": 859757013,
            "stop": 859758153
        },
        {
            "start": 859758964,
            "stop": 859759324
        },
        {
            "start": 859759354,
            "stop": 859759414
        },
        {
            "start": 859759564,
            "stop": 859760764
        },
        {
            "start": 859761041,
            "stop": 859761311
        },
        {
            "start": 859762957,
            "stop": 859766587
        },
        {
            "start": 859767320,
            "stop": 859781150
        },
        {
            "start": 859796853,
            "stop": 859806093
        },
        {
            "start": 859806237,
            "stop": 859806957
        },
        {
            "start": 859806987,
            "stop": 859807047
        },
        {
            "start": 859807077,
            "stop": 859807197
        }
    ]
}