Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7207
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7206",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7207,
    "results": [
        {
            "start": 874659026,
            "stop": 874659254
        },
        {
            "start": 874659255,
            "stop": 874659603
        },
        {
            "start": 874659605,
            "stop": 874659999
        },
        {
            "start": 874660000,
            "stop": 874661052
        },
        {
            "start": 874661053,
            "stop": 874661068
        },
        {
            "start": 874661070,
            "stop": 874661283
        },
        {
            "start": 874661284,
            "stop": 874661798
        },
        {
            "start": 874661799,
            "stop": 874662095
        },
        {
            "start": 874662097,
            "stop": 874662850
        },
        {
            "start": 874662851,
            "stop": 874663449
        },
        {
            "start": 874663450,
            "stop": 874663533
        },
        {
            "start": 874663534,
            "stop": 874663554
        },
        {
            "start": 874663555,
            "stop": 874665125
        },
        {
            "start": 874665127,
            "stop": 874665131
        },
        {
            "start": 874665132,
            "stop": 874665271
        },
        {
            "start": 874665273,
            "stop": 874665563
        },
        {
            "start": 874665565,
            "stop": 874666410
        },
        {
            "start": 874666411,
            "stop": 874666787
        },
        {
            "start": 874666788,
            "stop": 874666855
        },
        {
            "start": 874666856,
            "stop": 874667071
        }
    ]
}