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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=321",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 322,
    "results": [
        {
            "start": 1176032010,
            "stop": 1176033397
        },
        {
            "start": 1176033401,
            "stop": 1176037426
        },
        {
            "start": 1176037428,
            "stop": 1176040033
        },
        {
            "start": 1176040035,
            "stop": 1176042919
        },
        {
            "start": 1176042921,
            "stop": 1176046045
        },
        {
            "start": 1176046047,
            "stop": 1176048028
        },
        {
            "start": 1176161620,
            "stop": 1176179834
        },
        {
            "start": 1176179838,
            "stop": 1176192490
        },
        {
            "start": 1176196962,
            "stop": 1176206193
        },
        {
            "start": 1176206195,
            "stop": 1176214180
        },
        {
            "start": 1176215135,
            "stop": 1176231582
        },
        {
            "start": 1176231586,
            "stop": 1176238616
        },
        {
            "start": 1176238620,
            "stop": 1176240003
        },
        {
            "start": 1176240820,
            "stop": 1176241232
        },
        {
            "start": 1176241237,
            "stop": 1176243552
        },
        {
            "start": 1176246668,
            "stop": 1176252690
        },
        {
            "start": 1176252694,
            "stop": 1176253211
        },
        {
            "start": 1176253214,
            "stop": 1176253217
        },
        {
            "start": 1176253236,
            "stop": 1176253241
        },
        {
            "start": 1176253242,
            "stop": 1176253245
        }
    ]
}