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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=281",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 282,
    "results": [
        {
            "start": 931704993,
            "stop": 931704994
        },
        {
            "start": 931704997,
            "stop": 931705004
        },
        {
            "start": 931705006,
            "stop": 931705012
        },
        {
            "start": 931705014,
            "stop": 931705015
        },
        {
            "start": 931705021,
            "stop": 931705024
        },
        {
            "start": 931705026,
            "stop": 931705027
        },
        {
            "start": 931705029,
            "stop": 931705030
        },
        {
            "start": 931705032,
            "stop": 931705036
        },
        {
            "start": 931705042,
            "stop": 931705043
        },
        {
            "start": 931705045,
            "stop": 931705051
        },
        {
            "start": 931705052,
            "stop": 931705064
        },
        {
            "start": 931705066,
            "stop": 931705067
        },
        {
            "start": 931705070,
            "stop": 931705071
        },
        {
            "start": 931705072,
            "stop": 931705073
        },
        {
            "start": 931705075,
            "stop": 931705076
        },
        {
            "start": 931705080,
            "stop": 931705082
        },
        {
            "start": 931705084,
            "stop": 931705086
        },
        {
            "start": 931705091,
            "stop": 931705112
        },
        {
            "start": 931705114,
            "stop": 931705117
        },
        {
            "start": 931705118,
            "stop": 931705128
        }
    ]
}