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/H2_BURST_CAT3/segments?format=api&page=5881
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=5882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5880",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5881,
    "results": [
        {
            "start": 874827126,
            "stop": 874827348
        },
        {
            "start": 874827351,
            "stop": 874827862
        },
        {
            "start": 874827865,
            "stop": 874827867
        },
        {
            "start": 874827870,
            "stop": 874828555
        },
        {
            "start": 874828558,
            "stop": 874829071
        },
        {
            "start": 874829074,
            "stop": 874831376
        },
        {
            "start": 874831379,
            "stop": 874831541
        },
        {
            "start": 874831544,
            "stop": 874831724
        },
        {
            "start": 874831727,
            "stop": 874831809
        },
        {
            "start": 874831815,
            "stop": 874832249
        },
        {
            "start": 874832252,
            "stop": 874832472
        },
        {
            "start": 874832475,
            "stop": 874832528
        },
        {
            "start": 874832531,
            "stop": 874833254
        },
        {
            "start": 874833257,
            "stop": 874833415
        },
        {
            "start": 874833418,
            "stop": 874833914
        },
        {
            "start": 874833917,
            "stop": 874834244
        },
        {
            "start": 874834247,
            "stop": 874834791
        },
        {
            "start": 874834794,
            "stop": 874835256
        },
        {
            "start": 874835260,
            "stop": 874836195
        },
        {
            "start": 874836198,
            "stop": 874836411
        }
    ]
}