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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33122",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33123,
    "results": [
        {
            "start": 970562532,
            "stop": 970562539
        },
        {
            "start": 970562540,
            "stop": 970562557
        },
        {
            "start": 970562559,
            "stop": 970562575
        },
        {
            "start": 970562577,
            "stop": 970562590
        },
        {
            "start": 970562593,
            "stop": 970562598
        },
        {
            "start": 970562599,
            "stop": 970562606
        },
        {
            "start": 970562608,
            "stop": 970562622
        },
        {
            "start": 970562623,
            "stop": 970562626
        },
        {
            "start": 970562627,
            "stop": 970562630
        },
        {
            "start": 970562631,
            "stop": 970562633
        },
        {
            "start": 970562634,
            "stop": 970562638
        },
        {
            "start": 970562639,
            "stop": 970562653
        },
        {
            "start": 970562655,
            "stop": 970562665
        },
        {
            "start": 970562666,
            "stop": 970562677
        },
        {
            "start": 970562678,
            "stop": 970562685
        },
        {
            "start": 970562686,
            "stop": 970562693
        },
        {
            "start": 970562694,
            "stop": 970562743
        },
        {
            "start": 970562744,
            "stop": 970562745
        },
        {
            "start": 970562747,
            "stop": 970562751
        },
        {
            "start": 970562753,
            "stop": 970562756
        }
    ]
}