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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 181,
    "results": [
        {
            "start": 1374182764,
            "stop": 1374183016
        },
        {
            "start": 1374183019,
            "stop": 1374184539
        },
        {
            "start": 1374184540,
            "stop": 1374185643
        },
        {
            "start": 1374185645,
            "stop": 1374187054
        },
        {
            "start": 1374187055,
            "stop": 1374187855
        },
        {
            "start": 1374187857,
            "stop": 1374189500
        },
        {
            "start": 1374189502,
            "stop": 1374190493
        },
        {
            "start": 1374190494,
            "stop": 1374192504
        },
        {
            "start": 1374192505,
            "stop": 1374195260
        },
        {
            "start": 1374195262,
            "stop": 1374203285
        },
        {
            "start": 1374203287,
            "stop": 1374204289
        },
        {
            "start": 1374204290,
            "stop": 1374205565
        },
        {
            "start": 1374205567,
            "stop": 1374209293
        },
        {
            "start": 1374209295,
            "stop": 1374211672
        },
        {
            "start": 1374211674,
            "stop": 1374213775
        },
        {
            "start": 1374213777,
            "stop": 1374215768
        },
        {
            "start": 1374215770,
            "stop": 1374217663
        },
        {
            "start": 1374217665,
            "stop": 1374219973
        },
        {
            "start": 1374219978,
            "stop": 1374222011
        },
        {
            "start": 1374222012,
            "stop": 1374223081
        }
    ]
}