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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=288",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 289,
    "results": [
        {
            "start": 1181170384,
            "stop": 1181172225
        },
        {
            "start": 1181172697,
            "stop": 1181175203
        },
        {
            "start": 1181175204,
            "stop": 1181176907
        },
        {
            "start": 1181176908,
            "stop": 1181177937
        },
        {
            "start": 1181177938,
            "stop": 1181178678
        },
        {
            "start": 1181178679,
            "stop": 1181179088
        },
        {
            "start": 1181179089,
            "stop": 1181179171
        },
        {
            "start": 1181179172,
            "stop": 1181179534
        },
        {
            "start": 1181179535,
            "stop": 1181180387
        },
        {
            "start": 1181180388,
            "stop": 1181180567
        },
        {
            "start": 1181180568,
            "stop": 1181182520
        },
        {
            "start": 1181182521,
            "stop": 1181185386
        },
        {
            "start": 1181185387,
            "stop": 1181187292
        },
        {
            "start": 1181187293,
            "stop": 1181189889
        },
        {
            "start": 1181189890,
            "stop": 1181191707
        },
        {
            "start": 1181191708,
            "stop": 1181194413
        },
        {
            "start": 1181194414,
            "stop": 1181194605
        },
        {
            "start": 1181194609,
            "stop": 1181194780
        },
        {
            "start": 1181194783,
            "stop": 1181196261
        },
        {
            "start": 1181196262,
            "stop": 1181197796
        }
    ]
}