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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 149,
    "results": [
        {
            "start": 1176003152,
            "stop": 1176009032
        },
        {
            "start": 1176009036,
            "stop": 1176020933
        },
        {
            "start": 1176020934,
            "stop": 1176020957
        },
        {
            "start": 1176020958,
            "stop": 1176021907
        },
        {
            "start": 1176021911,
            "stop": 1176021921
        },
        {
            "start": 1176021927,
            "stop": 1176026449
        },
        {
            "start": 1176026450,
            "stop": 1176026957
        },
        {
            "start": 1176026960,
            "stop": 1176027676
        },
        {
            "start": 1176027677,
            "stop": 1176027719
        },
        {
            "start": 1176027721,
            "stop": 1176028619
        },
        {
            "start": 1176028620,
            "stop": 1176028626
        },
        {
            "start": 1176028627,
            "stop": 1176028674
        },
        {
            "start": 1176028676,
            "stop": 1176028769
        },
        {
            "start": 1176028770,
            "stop": 1176029948
        },
        {
            "start": 1176029949,
            "stop": 1176030014
        },
        {
            "start": 1176030015,
            "stop": 1176030291
        },
        {
            "start": 1176030292,
            "stop": 1176030865
        },
        {
            "start": 1176030866,
            "stop": 1176036466
        },
        {
            "start": 1176036470,
            "stop": 1176036520
        },
        {
            "start": 1176036523,
            "stop": 1176036542
        }
    ]
}