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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7191",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7192,
    "results": [
        {
            "start": 874568944,
            "stop": 874569022
        },
        {
            "start": 874569024,
            "stop": 874569090
        },
        {
            "start": 874569092,
            "stop": 874569095
        },
        {
            "start": 874569096,
            "stop": 874569102
        },
        {
            "start": 874569103,
            "stop": 874569108
        },
        {
            "start": 874569110,
            "stop": 874569112
        },
        {
            "start": 874569113,
            "stop": 874569118
        },
        {
            "start": 874569120,
            "stop": 874569121
        },
        {
            "start": 874569123,
            "stop": 874569126
        },
        {
            "start": 874569127,
            "stop": 874569132
        },
        {
            "start": 874569133,
            "stop": 874569161
        },
        {
            "start": 874569163,
            "stop": 874569368
        },
        {
            "start": 874569370,
            "stop": 874569681
        },
        {
            "start": 874569682,
            "stop": 874569874
        },
        {
            "start": 874569875,
            "stop": 874570562
        },
        {
            "start": 874570563,
            "stop": 874570978
        },
        {
            "start": 874570979,
            "stop": 874571510
        },
        {
            "start": 874571511,
            "stop": 874571829
        },
        {
            "start": 874571830,
            "stop": 874572429
        },
        {
            "start": 874572431,
            "stop": 874573016
        }
    ]
}