Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7258
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=7259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7257",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7258,
    "results": [
        {
            "start": 874921023,
            "stop": 874922035
        },
        {
            "start": 874922036,
            "stop": 874922048
        },
        {
            "start": 874922050,
            "stop": 874922125
        },
        {
            "start": 874922126,
            "stop": 874922492
        },
        {
            "start": 874922493,
            "stop": 874922646
        },
        {
            "start": 874922648,
            "stop": 874922766
        },
        {
            "start": 874922767,
            "stop": 874922938
        },
        {
            "start": 874922939,
            "stop": 874923685
        },
        {
            "start": 874923686,
            "stop": 874924418
        },
        {
            "start": 874924419,
            "stop": 874924624
        },
        {
            "start": 874924626,
            "stop": 874924670
        },
        {
            "start": 874924671,
            "stop": 874924933
        },
        {
            "start": 874924934,
            "stop": 874925322
        },
        {
            "start": 874925324,
            "stop": 874926010
        },
        {
            "start": 874926011,
            "stop": 874926153
        },
        {
            "start": 874926154,
            "stop": 874926204
        },
        {
            "start": 874926206,
            "stop": 874926410
        },
        {
            "start": 874926411,
            "stop": 874926602
        },
        {
            "start": 874926603,
            "stop": 874926760
        },
        {
            "start": 874926761,
            "stop": 874926900
        }
    ]
}