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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=236",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 237,
    "results": [
        {
            "start": 837438541,
            "stop": 837439249
        },
        {
            "start": 837439251,
            "stop": 837439301
        },
        {
            "start": 837441308,
            "stop": 837443628
        },
        {
            "start": 837447491,
            "stop": 837451019
        },
        {
            "start": 837451379,
            "stop": 837452289
        },
        {
            "start": 837452997,
            "stop": 837454641
        },
        {
            "start": 837454853,
            "stop": 837455308
        },
        {
            "start": 837455310,
            "stop": 837456893
        },
        {
            "start": 837456895,
            "stop": 837457494
        },
        {
            "start": 837457496,
            "stop": 837458520
        },
        {
            "start": 837458522,
            "stop": 837458587
        },
        {
            "start": 837458589,
            "stop": 837458598
        },
        {
            "start": 837458707,
            "stop": 837459752
        },
        {
            "start": 837459755,
            "stop": 837459995
        },
        {
            "start": 837459996,
            "stop": 837461002
        },
        {
            "start": 837462609,
            "stop": 837462798
        },
        {
            "start": 837462800,
            "stop": 837463158
        },
        {
            "start": 837463159,
            "stop": 837466016
        },
        {
            "start": 837466017,
            "stop": 837466136
        },
        {
            "start": 837466230,
            "stop": 837466267
        }
    ]
}