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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6592",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6593,
    "results": [
        {
            "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
        },
        {
            "start": 874667072,
            "stop": 874667114
        },
        {
            "start": 874667116,
            "stop": 874667149
        },
        {
            "start": 874667150,
            "stop": 874668103
        }
    ]
}