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=7009
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=7010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7008",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7009,
    "results": [
        {
            "start": 873754396,
            "stop": 873754445
        },
        {
            "start": 873754446,
            "stop": 873754538
        },
        {
            "start": 873754539,
            "stop": 873754567
        },
        {
            "start": 873754569,
            "stop": 873754584
        },
        {
            "start": 873754585,
            "stop": 873755136
        },
        {
            "start": 873755137,
            "stop": 873755359
        },
        {
            "start": 873755360,
            "stop": 873755400
        },
        {
            "start": 873755401,
            "stop": 873755894
        },
        {
            "start": 873755895,
            "stop": 873755915
        },
        {
            "start": 873755916,
            "stop": 873756034
        },
        {
            "start": 873756035,
            "stop": 873756397
        },
        {
            "start": 873756403,
            "stop": 873756422
        },
        {
            "start": 873756428,
            "stop": 873756468
        },
        {
            "start": 873756469,
            "stop": 873756490
        },
        {
            "start": 873756495,
            "stop": 873756994
        },
        {
            "start": 873756995,
            "stop": 873757132
        },
        {
            "start": 873757133,
            "stop": 873757156
        },
        {
            "start": 873757157,
            "stop": 873757400
        },
        {
            "start": 873757401,
            "stop": 873757439
        },
        {
            "start": 873757442,
            "stop": 873757541
        }
    ]
}