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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 84,
    "results": [
        {
            "start": 1371226759,
            "stop": 1371227284
        },
        {
            "start": 1371227286,
            "stop": 1371228403
        },
        {
            "start": 1371228405,
            "stop": 1371228976
        },
        {
            "start": 1371228978,
            "stop": 1371231090
        },
        {
            "start": 1371231091,
            "stop": 1371231314
        },
        {
            "start": 1371231315,
            "stop": 1371232895
        },
        {
            "start": 1371232896,
            "stop": 1371233408
        },
        {
            "start": 1371233409,
            "stop": 1371235490
        },
        {
            "start": 1371235492,
            "stop": 1371236405
        },
        {
            "start": 1371236407,
            "stop": 1371237797
        },
        {
            "start": 1371237798,
            "stop": 1371238700
        },
        {
            "start": 1371238705,
            "stop": 1371239274
        },
        {
            "start": 1371239640,
            "stop": 1371239714
        },
        {
            "start": 1371239716,
            "stop": 1371239877
        },
        {
            "start": 1371242388,
            "stop": 1371242486
        },
        {
            "start": 1371242488,
            "stop": 1371242999
        },
        {
            "start": 1371243001,
            "stop": 1371243560
        },
        {
            "start": 1371243563,
            "stop": 1371243775
        },
        {
            "start": 1371248677,
            "stop": 1371248898
        },
        {
            "start": 1371248900,
            "stop": 1371249844
        }
    ]
}