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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 62,
    "results": [
        {
            "start": 1370573834,
            "stop": 1370574392
        },
        {
            "start": 1370574395,
            "stop": 1370575063
        },
        {
            "start": 1370575064,
            "stop": 1370575595
        },
        {
            "start": 1370575597,
            "stop": 1370577257
        },
        {
            "start": 1370577259,
            "stop": 1370578384
        },
        {
            "start": 1370578385,
            "stop": 1370579503
        },
        {
            "start": 1370579505,
            "stop": 1370580187
        },
        {
            "start": 1370580189,
            "stop": 1370581247
        },
        {
            "start": 1370581249,
            "stop": 1370581276
        },
        {
            "start": 1370581280,
            "stop": 1370581926
        },
        {
            "start": 1370581928,
            "stop": 1370583072
        },
        {
            "start": 1370583073,
            "stop": 1370583102
        },
        {
            "start": 1370583104,
            "stop": 1370583120
        },
        {
            "start": 1370583125,
            "stop": 1370584086
        },
        {
            "start": 1370584088,
            "stop": 1370585666
        },
        {
            "start": 1370585668,
            "stop": 1370588104
        },
        {
            "start": 1370588106,
            "stop": 1370590340
        },
        {
            "start": 1370590342,
            "stop": 1370592186
        },
        {
            "start": 1370592190,
            "stop": 1370592874
        },
        {
            "start": 1370592875,
            "stop": 1370593509
        }
    ]
}