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=3173
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=3174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3172",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3173,
    "results": [
        {
            "start": 869845320,
            "stop": 869846580
        },
        {
            "start": 869846640,
            "stop": 869846950
        },
        {
            "start": 869846955,
            "stop": 869847300
        },
        {
            "start": 869847360,
            "stop": 869848435
        },
        {
            "start": 869848440,
            "stop": 869848452
        },
        {
            "start": 869848460,
            "stop": 869848470
        },
        {
            "start": 869848475,
            "stop": 869848485
        },
        {
            "start": 869848490,
            "stop": 869848500
        },
        {
            "start": 869848560,
            "stop": 869852100
        },
        {
            "start": 869852105,
            "stop": 869852160
        },
        {
            "start": 869852280,
            "stop": 869852622
        },
        {
            "start": 869852626,
            "stop": 869853741
        },
        {
            "start": 869853744,
            "stop": 869853757
        },
        {
            "start": 869853762,
            "stop": 869856300
        },
        {
            "start": 869856420,
            "stop": 869857380
        },
        {
            "start": 869857440,
            "stop": 869857920
        },
        {
            "start": 869860284,
            "stop": 869860585
        },
        {
            "start": 869860590,
            "stop": 869860602
        },
        {
            "start": 869860608,
            "stop": 869860620
        },
        {
            "start": 869860740,
            "stop": 869862105
        }
    ]
}