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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40561",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40562,
    "results": [
        {
            "start": 874838996,
            "stop": 874839065
        },
        {
            "start": 874839066,
            "stop": 874839070
        },
        {
            "start": 874839071,
            "stop": 874839080
        },
        {
            "start": 874839082,
            "stop": 874839122
        },
        {
            "start": 874839123,
            "stop": 874839143
        },
        {
            "start": 874839144,
            "stop": 874839153
        },
        {
            "start": 874839154,
            "stop": 874839211
        },
        {
            "start": 874839212,
            "stop": 874839276
        },
        {
            "start": 874839277,
            "stop": 874839292
        },
        {
            "start": 874839294,
            "stop": 874839314
        },
        {
            "start": 874839316,
            "stop": 874839400
        },
        {
            "start": 874839401,
            "stop": 874839505
        },
        {
            "start": 874839507,
            "stop": 874839548
        },
        {
            "start": 874839549,
            "stop": 874839569
        },
        {
            "start": 874839571,
            "stop": 874839785
        },
        {
            "start": 874839786,
            "stop": 874839822
        },
        {
            "start": 874839824,
            "stop": 874839865
        },
        {
            "start": 874839867,
            "stop": 874839877
        },
        {
            "start": 874839879,
            "stop": 874839908
        },
        {
            "start": 874839909,
            "stop": 874839930
        }
    ]
}