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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 254,
    "results": [
        {
            "start": 1174087872,
            "stop": 1174089769
        },
        {
            "start": 1174089773,
            "stop": 1174089833
        },
        {
            "start": 1174089835,
            "stop": 1174091785
        },
        {
            "start": 1174091787,
            "stop": 1174092365
        },
        {
            "start": 1174092369,
            "stop": 1174093209
        },
        {
            "start": 1174093211,
            "stop": 1174093726
        },
        {
            "start": 1174093730,
            "stop": 1174094402
        },
        {
            "start": 1174094404,
            "stop": 1174095666
        },
        {
            "start": 1174095668,
            "stop": 1174096895
        },
        {
            "start": 1174096897,
            "stop": 1174098183
        },
        {
            "start": 1174098185,
            "stop": 1174099648
        },
        {
            "start": 1174099650,
            "stop": 1174100967
        },
        {
            "start": 1174100969,
            "stop": 1174102336
        },
        {
            "start": 1174102338,
            "stop": 1174102700
        },
        {
            "start": 1174102704,
            "stop": 1174103497
        },
        {
            "start": 1174103499,
            "stop": 1174104451
        },
        {
            "start": 1174104453,
            "stop": 1174105153
        },
        {
            "start": 1174105155,
            "stop": 1174106240
        },
        {
            "start": 1174106242,
            "stop": 1174107584
        },
        {
            "start": 1174107586,
            "stop": 1174108833
        }
    ]
}