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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6622",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6623,
    "results": [
        {
            "start": 874828220,
            "stop": 874828225
        },
        {
            "start": 874828226,
            "stop": 874828232
        },
        {
            "start": 874828234,
            "stop": 874828848
        },
        {
            "start": 874828849,
            "stop": 874828851
        },
        {
            "start": 874828852,
            "stop": 874829005
        },
        {
            "start": 874829007,
            "stop": 874829307
        },
        {
            "start": 874829309,
            "stop": 874829685
        },
        {
            "start": 874829686,
            "stop": 874829767
        },
        {
            "start": 874829768,
            "stop": 874830714
        },
        {
            "start": 874830715,
            "stop": 874830733
        },
        {
            "start": 874830734,
            "stop": 874830821
        },
        {
            "start": 874830822,
            "stop": 874831026
        },
        {
            "start": 874831027,
            "stop": 874831412
        },
        {
            "start": 874831413,
            "stop": 874831574
        },
        {
            "start": 874831575,
            "stop": 874832443
        },
        {
            "start": 874832444,
            "stop": 874833010
        },
        {
            "start": 874833011,
            "stop": 874833119
        },
        {
            "start": 874833120,
            "stop": 874833678
        },
        {
            "start": 874833679,
            "stop": 874834041
        },
        {
            "start": 874834042,
            "stop": 874834819
        }
    ]
}