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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 277,
    "results": [
        {
            "start": 1377190490,
            "stop": 1377190547
        },
        {
            "start": 1377190548,
            "stop": 1377191836
        },
        {
            "start": 1377191840,
            "stop": 1377192658
        },
        {
            "start": 1377192659,
            "stop": 1377193534
        },
        {
            "start": 1377193539,
            "stop": 1377193706
        },
        {
            "start": 1377193708,
            "stop": 1377193952
        },
        {
            "start": 1377193954,
            "stop": 1377195011
        },
        {
            "start": 1377195013,
            "stop": 1377196008
        },
        {
            "start": 1377196010,
            "stop": 1377197016
        },
        {
            "start": 1377197018,
            "stop": 1377197791
        },
        {
            "start": 1377197792,
            "stop": 1377198893
        },
        {
            "start": 1377198895,
            "stop": 1377199862
        },
        {
            "start": 1377199864,
            "stop": 1377200710
        },
        {
            "start": 1377200711,
            "stop": 1377201473
        },
        {
            "start": 1377201474,
            "stop": 1377201483
        },
        {
            "start": 1377201488,
            "stop": 1377201667
        },
        {
            "start": 1377201670,
            "stop": 1377201979
        },
        {
            "start": 1377201982,
            "stop": 1377202432
        },
        {
            "start": 1377202433,
            "stop": 1377203288
        },
        {
            "start": 1377203290,
            "stop": 1377204160
        }
    ]
}