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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=916",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 917,
    "results": [
        {
            "start": 865260135,
            "stop": 865260255
        },
        {
            "start": 865260418,
            "stop": 865261198
        },
        {
            "start": 865261356,
            "stop": 865263036
        },
        {
            "start": 865263187,
            "stop": 865263247
        },
        {
            "start": 865263441,
            "stop": 865263561
        },
        {
            "start": 865272233,
            "stop": 865272293
        },
        {
            "start": 865272519,
            "stop": 865273779
        },
        {
            "start": 865274008,
            "stop": 865274248
        },
        {
            "start": 865274427,
            "stop": 865275087
        },
        {
            "start": 865275241,
            "stop": 865275301
        },
        {
            "start": 865275441,
            "stop": 865276041
        },
        {
            "start": 865276177,
            "stop": 865276237
        },
        {
            "start": 865276398,
            "stop": 865276698
        },
        {
            "start": 865276848,
            "stop": 865276938
        },
        {
            "start": 865277101,
            "stop": 865277761
        },
        {
            "start": 865277933,
            "stop": 865278353
        },
        {
            "start": 865278536,
            "stop": 865278596
        },
        {
            "start": 865278751,
            "stop": 865278931
        },
        {
            "start": 865279077,
            "stop": 865279167
        },
        {
            "start": 865279317,
            "stop": 865279617
        }
    ]
}