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=6520
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=6521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6519",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6520,
    "results": [
        {
            "start": 874275090,
            "stop": 874275096
        },
        {
            "start": 874275097,
            "stop": 874275210
        },
        {
            "start": 874275211,
            "stop": 874275248
        },
        {
            "start": 874275249,
            "stop": 874275405
        },
        {
            "start": 874277162,
            "stop": 874277173
        },
        {
            "start": 874277174,
            "stop": 874277804
        },
        {
            "start": 874277805,
            "stop": 874277868
        },
        {
            "start": 874277869,
            "stop": 874278130
        },
        {
            "start": 874278131,
            "stop": 874278251
        },
        {
            "start": 874278252,
            "stop": 874278409
        },
        {
            "start": 874278410,
            "stop": 874278686
        },
        {
            "start": 874278687,
            "stop": 874278861
        },
        {
            "start": 874278863,
            "stop": 874278912
        },
        {
            "start": 874278913,
            "stop": 874279022
        },
        {
            "start": 874279024,
            "stop": 874279332
        },
        {
            "start": 874279333,
            "stop": 874279359
        },
        {
            "start": 874279360,
            "stop": 874279394
        },
        {
            "start": 874279395,
            "stop": 874279671
        },
        {
            "start": 874279672,
            "stop": 874279750
        },
        {
            "start": 874279752,
            "stop": 874279799
        }
    ]
}