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=6560
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=6561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6559",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6560,
    "results": [
        {
            "start": 874455130,
            "stop": 874455318
        },
        {
            "start": 874455319,
            "stop": 874455324
        },
        {
            "start": 874455325,
            "stop": 874455350
        },
        {
            "start": 874455352,
            "stop": 874455387
        },
        {
            "start": 874455388,
            "stop": 874455437
        },
        {
            "start": 874455438,
            "stop": 874455611
        },
        {
            "start": 874455612,
            "stop": 874455627
        },
        {
            "start": 874455628,
            "stop": 874455674
        },
        {
            "start": 874455676,
            "stop": 874455704
        },
        {
            "start": 874455705,
            "stop": 874455900
        },
        {
            "start": 874455902,
            "stop": 874456105
        },
        {
            "start": 874456106,
            "stop": 874456235
        },
        {
            "start": 874456236,
            "stop": 874456358
        },
        {
            "start": 874456359,
            "stop": 874456389
        },
        {
            "start": 874456391,
            "stop": 874456579
        },
        {
            "start": 874456580,
            "stop": 874456709
        },
        {
            "start": 874456710,
            "stop": 874456796
        },
        {
            "start": 874456798,
            "stop": 874457259
        },
        {
            "start": 874457260,
            "stop": 874457283
        },
        {
            "start": 874457284,
            "stop": 874457727
        }
    ]
}