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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=259",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 260,
    "results": [
        {
            "start": 931606011,
            "stop": 931606025
        },
        {
            "start": 931606026,
            "stop": 931606102
        },
        {
            "start": 931606103,
            "stop": 931606133
        },
        {
            "start": 931606134,
            "stop": 931606160
        },
        {
            "start": 931606161,
            "stop": 931606227
        },
        {
            "start": 931606228,
            "stop": 931606255
        },
        {
            "start": 931606257,
            "stop": 931606285
        },
        {
            "start": 931606286,
            "stop": 931606320
        },
        {
            "start": 931606321,
            "stop": 931606342
        },
        {
            "start": 931606343,
            "stop": 931606347
        },
        {
            "start": 931606348,
            "stop": 931606449
        },
        {
            "start": 931606453,
            "stop": 931606475
        },
        {
            "start": 931606476,
            "stop": 931606595
        },
        {
            "start": 931606596,
            "stop": 931606742
        },
        {
            "start": 931606743,
            "stop": 931606818
        },
        {
            "start": 931606820,
            "stop": 931606823
        },
        {
            "start": 931606824,
            "stop": 931606835
        },
        {
            "start": 931606836,
            "stop": 931606849
        },
        {
            "start": 931606851,
            "stop": 931606856
        },
        {
            "start": 931606857,
            "stop": 931606863
        }
    ]
}