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=6649
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=6650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6648",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6649,
    "results": [
        {
            "start": 874979233,
            "stop": 874979337
        },
        {
            "start": 874981224,
            "stop": 874981227
        },
        {
            "start": 874981229,
            "stop": 874981285
        },
        {
            "start": 874981286,
            "stop": 874981298
        },
        {
            "start": 874981300,
            "stop": 874981384
        },
        {
            "start": 874981386,
            "stop": 874981403
        },
        {
            "start": 874981405,
            "stop": 874981524
        },
        {
            "start": 874981525,
            "stop": 874981718
        },
        {
            "start": 874981720,
            "stop": 874981841
        },
        {
            "start": 874981843,
            "stop": 874981988
        },
        {
            "start": 874981989,
            "stop": 874982006
        },
        {
            "start": 874982007,
            "stop": 874982024
        },
        {
            "start": 874982025,
            "stop": 874982457
        },
        {
            "start": 874982458,
            "stop": 874982726
        },
        {
            "start": 874982727,
            "stop": 874982887
        },
        {
            "start": 874982888,
            "stop": 874982924
        },
        {
            "start": 874982925,
            "stop": 874982982
        },
        {
            "start": 874982985,
            "stop": 874983086
        },
        {
            "start": 874983087,
            "stop": 874983106
        },
        {
            "start": 874983107,
            "stop": 874983136
        }
    ]
}