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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=377",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 378,
    "results": [
        {
            "start": 1181999303,
            "stop": 1181999305
        },
        {
            "start": 1181999311,
            "stop": 1182000096
        },
        {
            "start": 1182000097,
            "stop": 1182001162
        },
        {
            "start": 1182001163,
            "stop": 1182001165
        },
        {
            "start": 1182001174,
            "stop": 1182001176
        },
        {
            "start": 1182001185,
            "stop": 1182002583
        },
        {
            "start": 1182002587,
            "stop": 1182002604
        },
        {
            "start": 1182002605,
            "stop": 1182003037
        },
        {
            "start": 1182056293,
            "stop": 1182056354
        },
        {
            "start": 1182056356,
            "stop": 1182056365
        },
        {
            "start": 1182056367,
            "stop": 1182056373
        },
        {
            "start": 1182056374,
            "stop": 1182056382
        },
        {
            "start": 1182056383,
            "stop": 1182056386
        },
        {
            "start": 1182056387,
            "stop": 1182056389
        },
        {
            "start": 1182056392,
            "stop": 1182056415
        },
        {
            "start": 1182056417,
            "stop": 1182056420
        },
        {
            "start": 1182056421,
            "stop": 1182056486
        },
        {
            "start": 1182056488,
            "stop": 1182056557
        },
        {
            "start": 1182056558,
            "stop": 1182056587
        },
        {
            "start": 1182056588,
            "stop": 1182056604
        }
    ]
}