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=710
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=711",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=709",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 710,
    "results": [
        {
            "start": 1248982295,
            "stop": 1248982297
        },
        {
            "start": 1248982303,
            "stop": 1248982309
        },
        {
            "start": 1248982314,
            "stop": 1248982321
        },
        {
            "start": 1248982326,
            "stop": 1248982339
        },
        {
            "start": 1248982341,
            "stop": 1248982344
        },
        {
            "start": 1248982347,
            "stop": 1248982355
        },
        {
            "start": 1248982362,
            "stop": 1248982364
        },
        {
            "start": 1248982365,
            "stop": 1248982368
        },
        {
            "start": 1248982373,
            "stop": 1248982377
        },
        {
            "start": 1248982381,
            "stop": 1248982424
        },
        {
            "start": 1248982428,
            "stop": 1248982429
        },
        {
            "start": 1248982434,
            "stop": 1248982452
        },
        {
            "start": 1248982460,
            "stop": 1248983072
        },
        {
            "start": 1248983076,
            "stop": 1248983078
        },
        {
            "start": 1248983082,
            "stop": 1248983276
        },
        {
            "start": 1248983284,
            "stop": 1248983314
        },
        {
            "start": 1248983321,
            "stop": 1248983324
        },
        {
            "start": 1248983330,
            "stop": 1248983336
        },
        {
            "start": 1248983341,
            "stop": 1248983370
        },
        {
            "start": 1248983375,
            "stop": 1248983383
        }
    ]
}