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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29286",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29287,
    "results": [
        {
            "start": 971179460,
            "stop": 971179462
        },
        {
            "start": 971179466,
            "stop": 971179471
        },
        {
            "start": 971179473,
            "stop": 971179483
        },
        {
            "start": 971179484,
            "stop": 971179492
        },
        {
            "start": 971179493,
            "stop": 971179495
        },
        {
            "start": 971179496,
            "stop": 971179497
        },
        {
            "start": 971179498,
            "stop": 971179511
        },
        {
            "start": 971179512,
            "stop": 971179520
        },
        {
            "start": 971179521,
            "stop": 971179522
        },
        {
            "start": 971179523,
            "stop": 971179524
        },
        {
            "start": 971179526,
            "stop": 971179527
        },
        {
            "start": 971179529,
            "stop": 971179540
        },
        {
            "start": 971179542,
            "stop": 971179545
        },
        {
            "start": 971179546,
            "stop": 971179547
        },
        {
            "start": 971179551,
            "stop": 971179556
        },
        {
            "start": 971179558,
            "stop": 971179559
        },
        {
            "start": 971179563,
            "stop": 971179567
        },
        {
            "start": 971179571,
            "stop": 971179572
        },
        {
            "start": 971179576,
            "stop": 971179582
        },
        {
            "start": 971179587,
            "stop": 971179590
        }
    ]
}