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=2966
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=2967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2965",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2966,
    "results": [
        {
            "start": 860521485,
            "stop": 860523480
        },
        {
            "start": 860523600,
            "stop": 860524638
        },
        {
            "start": 860524643,
            "stop": 860525280
        },
        {
            "start": 860525340,
            "stop": 860526120
        },
        {
            "start": 860526300,
            "stop": 860526360
        },
        {
            "start": 860526480,
            "stop": 860526660
        },
        {
            "start": 860526720,
            "stop": 860526900
        },
        {
            "start": 860526960,
            "stop": 860527015
        },
        {
            "start": 860528274,
            "stop": 860529180
        },
        {
            "start": 860529240,
            "stop": 860531322
        },
        {
            "start": 860531328,
            "stop": 860531340
        },
        {
            "start": 860531400,
            "stop": 860531407
        },
        {
            "start": 860531413,
            "stop": 860533560
        },
        {
            "start": 860533620,
            "stop": 860534631
        },
        {
            "start": 860534825,
            "stop": 860538060
        },
        {
            "start": 860538120,
            "stop": 860541420
        },
        {
            "start": 860541480,
            "stop": 860541482
        },
        {
            "start": 860541488,
            "stop": 860543305
        },
        {
            "start": 860544525,
            "stop": 860550651
        },
        {
            "start": 860551420,
            "stop": 860551947
        }
    ]
}