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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 163,
    "results": [
        {
            "start": 1126731411,
            "stop": 1126731779
        },
        {
            "start": 1126731781,
            "stop": 1126731990
        },
        {
            "start": 1126731994,
            "stop": 1126732001
        },
        {
            "start": 1126732003,
            "stop": 1126732163
        },
        {
            "start": 1126732165,
            "stop": 1126732261
        },
        {
            "start": 1126732263,
            "stop": 1126732382
        },
        {
            "start": 1126732383,
            "stop": 1126732393
        },
        {
            "start": 1126732394,
            "stop": 1126732554
        },
        {
            "start": 1126732555,
            "stop": 1126732802
        },
        {
            "start": 1126732810,
            "stop": 1126732942
        },
        {
            "start": 1126732943,
            "stop": 1126732952
        },
        {
            "start": 1126732954,
            "stop": 1126733014
        },
        {
            "start": 1126733016,
            "stop": 1126733071
        },
        {
            "start": 1126733073,
            "stop": 1126733078
        },
        {
            "start": 1126733082,
            "stop": 1126733262
        },
        {
            "start": 1126733269,
            "stop": 1126733371
        },
        {
            "start": 1126733373,
            "stop": 1126733463
        },
        {
            "start": 1126733470,
            "stop": 1126733685
        },
        {
            "start": 1126733687,
            "stop": 1126733807
        },
        {
            "start": 1126733808,
            "stop": 1126733846
        }
    ]
}