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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 73,
    "results": [
        {
            "start": 1370887035,
            "stop": 1370887090
        },
        {
            "start": 1370887093,
            "stop": 1370887357
        },
        {
            "start": 1370887361,
            "stop": 1370887489
        },
        {
            "start": 1370887492,
            "stop": 1370887522
        },
        {
            "start": 1370887525,
            "stop": 1370887680
        },
        {
            "start": 1370887685,
            "stop": 1370888240
        },
        {
            "start": 1370888243,
            "stop": 1370888409
        },
        {
            "start": 1370903476,
            "stop": 1370903614
        },
        {
            "start": 1370903683,
            "stop": 1370903703
        },
        {
            "start": 1370903729,
            "stop": 1370903841
        },
        {
            "start": 1370903844,
            "stop": 1370904479
        },
        {
            "start": 1370904481,
            "stop": 1370905465
        },
        {
            "start": 1370905467,
            "stop": 1370906046
        },
        {
            "start": 1370908100,
            "stop": 1370909631
        },
        {
            "start": 1370909633,
            "stop": 1370910889
        },
        {
            "start": 1370910892,
            "stop": 1370912109
        },
        {
            "start": 1370912111,
            "stop": 1370913045
        },
        {
            "start": 1370913050,
            "stop": 1370914800
        },
        {
            "start": 1370914802,
            "stop": 1370916200
        },
        {
            "start": 1370916202,
            "stop": 1370916846
        }
    ]
}