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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=150",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 151,
    "results": [
        {
            "start": 819847152,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847881
        },
        {
            "start": 819847885,
            "stop": 819848171
        },
        {
            "start": 819848174,
            "stop": 819848442
        },
        {
            "start": 819848624,
            "stop": 819848915
        },
        {
            "start": 819848918,
            "stop": 819849347
        },
        {
            "start": 819849350,
            "stop": 819849403
        },
        {
            "start": 819849406,
            "stop": 819849428
        },
        {
            "start": 819849431,
            "stop": 819849458
        },
        {
            "start": 819850003,
            "stop": 819850322
        },
        {
            "start": 819850325,
            "stop": 819851678
        },
        {
            "start": 819851682,
            "stop": 819851933
        },
        {
            "start": 819851937,
            "stop": 819852057
        },
        {
            "start": 819852060,
            "stop": 819852368
        },
        {
            "start": 819852371,
            "stop": 819852976
        },
        {
            "start": 819852980,
            "stop": 819853734
        },
        {
            "start": 819853737,
            "stop": 819854053
        },
        {
            "start": 819854057,
            "stop": 819854178
        },
        {
            "start": 819854182,
            "stop": 819855195
        },
        {
            "start": 819855199,
            "stop": 819857243
        }
    ]
}