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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=323",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 324,
    "results": [
        {
            "start": 1378734418,
            "stop": 1378736471
        },
        {
            "start": 1378736476,
            "stop": 1378739096
        },
        {
            "start": 1378739099,
            "stop": 1378745478
        },
        {
            "start": 1378745481,
            "stop": 1378754260
        },
        {
            "start": 1378754263,
            "stop": 1378755683
        },
        {
            "start": 1378755685,
            "stop": 1378765923
        },
        {
            "start": 1378765928,
            "stop": 1378774320
        },
        {
            "start": 1378774323,
            "stop": 1378775233
        },
        {
            "start": 1378775235,
            "stop": 1378782438
        },
        {
            "start": 1378782441,
            "stop": 1378787234
        },
        {
            "start": 1378787238,
            "stop": 1378803576
        },
        {
            "start": 1378803579,
            "stop": 1378810602
        },
        {
            "start": 1378810607,
            "stop": 1378832104
        },
        {
            "start": 1378832107,
            "stop": 1378837599
        },
        {
            "start": 1378840877,
            "stop": 1378869757
        },
        {
            "start": 1378869759,
            "stop": 1378882599
        },
        {
            "start": 1378882603,
            "stop": 1378886187
        },
        {
            "start": 1378886190,
            "stop": 1378889824
        },
        {
            "start": 1378889828,
            "stop": 1378923783
        },
        {
            "start": 1378923788,
            "stop": 1378936965
        }
    ]
}