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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=663",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=661",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 662,
    "results": [
        {
            "start": 1248251076,
            "stop": 1248254596
        },
        {
            "start": 1248256518,
            "stop": 1248258241
        },
        {
            "start": 1248258244,
            "stop": 1248259701
        },
        {
            "start": 1248259706,
            "stop": 1248261508
        },
        {
            "start": 1248261513,
            "stop": 1248265332
        },
        {
            "start": 1248265337,
            "stop": 1248266291
        },
        {
            "start": 1248266295,
            "stop": 1248267315
        },
        {
            "start": 1248267317,
            "stop": 1248268165
        },
        {
            "start": 1248268168,
            "stop": 1248268577
        },
        {
            "start": 1248268581,
            "stop": 1248271396
        },
        {
            "start": 1248271399,
            "stop": 1248274401
        },
        {
            "start": 1248274409,
            "stop": 1248275465
        },
        {
            "start": 1248275470,
            "stop": 1248275572
        },
        {
            "start": 1248275575,
            "stop": 1248277112
        },
        {
            "start": 1248277115,
            "stop": 1248280533
        },
        {
            "start": 1248280537,
            "stop": 1248282569
        },
        {
            "start": 1248282572,
            "stop": 1248283030
        },
        {
            "start": 1248283034,
            "stop": 1248285361
        },
        {
            "start": 1248285369,
            "stop": 1248285988
        },
        {
            "start": 1248285996,
            "stop": 1248286450
        }
    ]
}