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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=112",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 113,
    "results": [
        {
            "start": 827971926,
            "stop": 827980584
        },
        {
            "start": 827980884,
            "stop": 827987293
        },
        {
            "start": 827989660,
            "stop": 828018016
        },
        {
            "start": 828018017,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828037969
        },
        {
            "start": 828038394,
            "stop": 828038444
        },
        {
            "start": 828038554,
            "stop": 828039288
        },
        {
            "start": 828039588,
            "stop": 828039724
        },
        {
            "start": 828039834,
            "stop": 828040044
        },
        {
            "start": 828040344,
            "stop": 828041293
        },
        {
            "start": 828042211,
            "stop": 828049066
        },
        {
            "start": 828049068,
            "stop": 828112239
        },
        {
            "start": 828135455,
            "stop": 828136099
        },
        {
            "start": 828136102,
            "stop": 828138217
        },
        {
            "start": 828138517,
            "stop": 828149053
        },
        {
            "start": 828149104,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828153373
        },
        {
            "start": 828162854,
            "stop": 828163577
        },
        {
            "start": 828163687,
            "stop": 828163779
        },
        {
            "start": 828164079,
            "stop": 828167310
        }
    ]
}