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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=71",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 72,
    "results": [
        {
            "start": 824844366,
            "stop": 824844370
        },
        {
            "start": 824844371,
            "stop": 824844374
        },
        {
            "start": 824844375,
            "stop": 824844389
        },
        {
            "start": 824844392,
            "stop": 824844398
        },
        {
            "start": 824844401,
            "stop": 824844411
        },
        {
            "start": 824844415,
            "stop": 824844416
        },
        {
            "start": 824844418,
            "stop": 824844419
        },
        {
            "start": 824844422,
            "stop": 824844648
        },
        {
            "start": 824844650,
            "stop": 824844866
        },
        {
            "start": 824846398,
            "stop": 824846457
        },
        {
            "start": 824846851,
            "stop": 824846897
        },
        {
            "start": 824847007,
            "stop": 824847426
        },
        {
            "start": 824847726,
            "stop": 824855066
        },
        {
            "start": 824857591,
            "stop": 824858247
        },
        {
            "start": 824858569,
            "stop": 824865585
        },
        {
            "start": 824865695,
            "stop": 824865773
        },
        {
            "start": 824866073,
            "stop": 824866075
        },
        {
            "start": 824866550,
            "stop": 824866571
        },
        {
            "start": 824866871,
            "stop": 824867913
        },
        {
            "start": 824868213,
            "stop": 824868881
        }
    ]
}