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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6476",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6477,
    "results": [
        {
            "start": 874083175,
            "stop": 874083305
        },
        {
            "start": 874083307,
            "stop": 874083383
        },
        {
            "start": 874083384,
            "stop": 874083528
        },
        {
            "start": 874083530,
            "stop": 874083652
        },
        {
            "start": 874083654,
            "stop": 874083671
        },
        {
            "start": 874083672,
            "stop": 874084096
        },
        {
            "start": 874084097,
            "stop": 874084165
        },
        {
            "start": 874084166,
            "stop": 874084175
        },
        {
            "start": 874084176,
            "stop": 874084253
        },
        {
            "start": 874084254,
            "stop": 874084428
        },
        {
            "start": 874084429,
            "stop": 874084459
        },
        {
            "start": 874084461,
            "stop": 874084691
        },
        {
            "start": 874084692,
            "stop": 874084865
        },
        {
            "start": 874084866,
            "stop": 874085133
        },
        {
            "start": 874085134,
            "stop": 874085290
        },
        {
            "start": 874085292,
            "stop": 874085735
        },
        {
            "start": 874085736,
            "stop": 874085980
        },
        {
            "start": 874085981,
            "stop": 874086397
        },
        {
            "start": 874086398,
            "stop": 874086574
        },
        {
            "start": 874086575,
            "stop": 874086903
        }
    ]
}