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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=782",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 783,
    "results": [
        {
            "start": 1249706190,
            "stop": 1249709586
        },
        {
            "start": 1249709594,
            "stop": 1249713455
        },
        {
            "start": 1249713460,
            "stop": 1249713613
        },
        {
            "start": 1249716725,
            "stop": 1249719346
        },
        {
            "start": 1249719354,
            "stop": 1249719536
        },
        {
            "start": 1249719540,
            "stop": 1249720791
        },
        {
            "start": 1249720794,
            "stop": 1249721869
        },
        {
            "start": 1249721872,
            "stop": 1249730539
        },
        {
            "start": 1249730544,
            "stop": 1249731612
        },
        {
            "start": 1249731615,
            "stop": 1249739712
        },
        {
            "start": 1249763785,
            "stop": 1249764120
        },
        {
            "start": 1249764128,
            "stop": 1249764732
        },
        {
            "start": 1249764735,
            "stop": 1249765587
        },
        {
            "start": 1249765592,
            "stop": 1249765766
        },
        {
            "start": 1249765770,
            "stop": 1249766539
        },
        {
            "start": 1249766543,
            "stop": 1249766548
        },
        {
            "start": 1249767975,
            "stop": 1249768283
        },
        {
            "start": 1249768288,
            "stop": 1249768343
        },
        {
            "start": 1249768345,
            "stop": 1249769478
        },
        {
            "start": 1249769481,
            "stop": 1249769841
        }
    ]
}