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=7237
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=7238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7236",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7237,
    "results": [
        {
            "start": 874809363,
            "stop": 874809587
        },
        {
            "start": 874809588,
            "stop": 874809988
        },
        {
            "start": 874809989,
            "stop": 874810761
        },
        {
            "start": 874810762,
            "stop": 874811047
        },
        {
            "start": 874811048,
            "stop": 874811406
        },
        {
            "start": 874811407,
            "stop": 874811677
        },
        {
            "start": 874811678,
            "stop": 874812235
        },
        {
            "start": 874812236,
            "stop": 874812291
        },
        {
            "start": 874812292,
            "stop": 874812449
        },
        {
            "start": 874812451,
            "stop": 874812975
        },
        {
            "start": 874812977,
            "stop": 874812988
        },
        {
            "start": 874812989,
            "stop": 874813066
        },
        {
            "start": 874813067,
            "stop": 874813074
        },
        {
            "start": 874813075,
            "stop": 874813321
        },
        {
            "start": 874813323,
            "stop": 874813336
        },
        {
            "start": 874813338,
            "stop": 874813957
        },
        {
            "start": 874813958,
            "stop": 874813979
        },
        {
            "start": 874813980,
            "stop": 874814347
        },
        {
            "start": 874814348,
            "stop": 874815034
        },
        {
            "start": 874815035,
            "stop": 874815208
        }
    ]
}