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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=261",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 262,
    "results": [
        {
            "start": 1177104479,
            "stop": 1177104486
        },
        {
            "start": 1177104490,
            "stop": 1177104496
        },
        {
            "start": 1177104499,
            "stop": 1177104637
        },
        {
            "start": 1177104639,
            "stop": 1177104681
        },
        {
            "start": 1177104682,
            "stop": 1177104889
        },
        {
            "start": 1177104891,
            "stop": 1177104894
        },
        {
            "start": 1177104895,
            "stop": 1177104900
        },
        {
            "start": 1177104901,
            "stop": 1177104902
        },
        {
            "start": 1177104903,
            "stop": 1177105202
        },
        {
            "start": 1177105204,
            "stop": 1177105655
        },
        {
            "start": 1177105656,
            "stop": 1177105657
        },
        {
            "start": 1177105658,
            "stop": 1177106305
        },
        {
            "start": 1177106306,
            "stop": 1177106563
        },
        {
            "start": 1177106572,
            "stop": 1177106573
        },
        {
            "start": 1177120791,
            "stop": 1177120851
        },
        {
            "start": 1177120855,
            "stop": 1177120856
        },
        {
            "start": 1177120858,
            "stop": 1177120859
        },
        {
            "start": 1177120860,
            "stop": 1177120863
        },
        {
            "start": 1177120865,
            "stop": 1177120920
        },
        {
            "start": 1177120922,
            "stop": 1177121111
        }
    ]
}