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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=389",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 390,
    "results": [
        {
            "start": 825900522,
            "stop": 825900557
        },
        {
            "start": 825900561,
            "stop": 825900600
        },
        {
            "start": 825900603,
            "stop": 825900605
        },
        {
            "start": 825900609,
            "stop": 825900677
        },
        {
            "start": 825900681,
            "stop": 825900718
        },
        {
            "start": 825900722,
            "stop": 825900744
        },
        {
            "start": 825900747,
            "stop": 825900781
        },
        {
            "start": 825903457,
            "stop": 825903502
        },
        {
            "start": 825903505,
            "stop": 825903507
        },
        {
            "start": 825903510,
            "stop": 825903605
        },
        {
            "start": 825903608,
            "stop": 825904025
        },
        {
            "start": 825904028,
            "stop": 825904115
        },
        {
            "start": 825904118,
            "stop": 825904459
        },
        {
            "start": 825905793,
            "stop": 825905842
        },
        {
            "start": 825905845,
            "stop": 825906030
        },
        {
            "start": 825906034,
            "stop": 825906091
        },
        {
            "start": 825906099,
            "stop": 825906106
        },
        {
            "start": 825906110,
            "stop": 825906152
        },
        {
            "start": 825906475,
            "stop": 825906649
        },
        {
            "start": 825907251,
            "stop": 825907311
        }
    ]
}