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=899
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=900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=898",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 899,
    "results": [
        {
            "start": 864409539,
            "stop": 864412509
        },
        {
            "start": 864412994,
            "stop": 864416144
        },
        {
            "start": 864416294,
            "stop": 864418154
        },
        {
            "start": 864418465,
            "stop": 864421345
        },
        {
            "start": 864421645,
            "stop": 864428125
        },
        {
            "start": 864428345,
            "stop": 864433985
        },
        {
            "start": 864435570,
            "stop": 864436530
        },
        {
            "start": 864436560,
            "stop": 864440310
        },
        {
            "start": 864440467,
            "stop": 864440557
        },
        {
            "start": 864441375,
            "stop": 864441825
        },
        {
            "start": 864441975,
            "stop": 864442935
        },
        {
            "start": 864443085,
            "stop": 864446295
        },
        {
            "start": 864446450,
            "stop": 864455270
        },
        {
            "start": 864456340,
            "stop": 864464080
        },
        {
            "start": 864464574,
            "stop": 864469494
        },
        {
            "start": 864469852,
            "stop": 864470782
        },
        {
            "start": 864471849,
            "stop": 864472059
        },
        {
            "start": 864472089,
            "stop": 864472209
        },
        {
            "start": 864472362,
            "stop": 864474342
        },
        {
            "start": 864476688,
            "stop": 864476748
        }
    ]
}