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=6407
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=6408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6406",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6407,
    "results": [
        {
            "start": 873703275,
            "stop": 873703536
        },
        {
            "start": 873703537,
            "stop": 873703894
        },
        {
            "start": 873703895,
            "stop": 873704337
        },
        {
            "start": 873704339,
            "stop": 873704485
        },
        {
            "start": 873704486,
            "stop": 873705174
        },
        {
            "start": 873705175,
            "stop": 873705200
        },
        {
            "start": 873705201,
            "stop": 873705455
        },
        {
            "start": 873705456,
            "stop": 873706087
        },
        {
            "start": 873706089,
            "stop": 873706351
        },
        {
            "start": 873706352,
            "stop": 873706805
        },
        {
            "start": 873706806,
            "stop": 873706869
        },
        {
            "start": 873706870,
            "stop": 873708102
        },
        {
            "start": 873708103,
            "stop": 873708375
        },
        {
            "start": 873708376,
            "stop": 873708487
        },
        {
            "start": 873708489,
            "stop": 873708494
        },
        {
            "start": 873708495,
            "stop": 873708558
        },
        {
            "start": 873708559,
            "stop": 873708595
        },
        {
            "start": 873708596,
            "stop": 873709781
        },
        {
            "start": 873709783,
            "stop": 873709945
        },
        {
            "start": 873709946,
            "stop": 873710135
        }
    ]
}