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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3152",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3153,
    "results": [
        {
            "start": 869088978,
            "stop": 869088992
        },
        {
            "start": 869088998,
            "stop": 869089020
        },
        {
            "start": 869089080,
            "stop": 869089097
        },
        {
            "start": 869089105,
            "stop": 869089106
        },
        {
            "start": 869089109,
            "stop": 869089740
        },
        {
            "start": 869089800,
            "stop": 869090940
        },
        {
            "start": 869091000,
            "stop": 869092800
        },
        {
            "start": 869092860,
            "stop": 869098520
        },
        {
            "start": 869098525,
            "stop": 869101860
        },
        {
            "start": 869101920,
            "stop": 869107620
        },
        {
            "start": 869107680,
            "stop": 869114190
        },
        {
            "start": 869114195,
            "stop": 869114207
        },
        {
            "start": 869114215,
            "stop": 869115967
        },
        {
            "start": 869115971,
            "stop": 869118360
        },
        {
            "start": 869118480,
            "stop": 869122283
        },
        {
            "start": 869122286,
            "stop": 869124205
        },
        {
            "start": 869124209,
            "stop": 869125005
        },
        {
            "start": 869125009,
            "stop": 869125957
        },
        {
            "start": 869125960,
            "stop": 869126529
        },
        {
            "start": 869126532,
            "stop": 869127601
        }
    ]
}