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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=325",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 326,
    "results": [
        {
            "start": 1176496878,
            "stop": 1176505851
        },
        {
            "start": 1176505855,
            "stop": 1176507862
        },
        {
            "start": 1176507866,
            "stop": 1176516597
        },
        {
            "start": 1176519221,
            "stop": 1176531370
        },
        {
            "start": 1176533646,
            "stop": 1176545280
        },
        {
            "start": 1176545284,
            "stop": 1176557698
        },
        {
            "start": 1176585368,
            "stop": 1176590494
        },
        {
            "start": 1176592351,
            "stop": 1176592384
        },
        {
            "start": 1176592568,
            "stop": 1176604051
        },
        {
            "start": 1176604055,
            "stop": 1176607332
        },
        {
            "start": 1176610158,
            "stop": 1176611059
        },
        {
            "start": 1176611063,
            "stop": 1176629650
        },
        {
            "start": 1176629654,
            "stop": 1176646172
        },
        {
            "start": 1176646176,
            "stop": 1176652815
        },
        {
            "start": 1176678428,
            "stop": 1176680834
        },
        {
            "start": 1176684418,
            "stop": 1176689429
        },
        {
            "start": 1176689433,
            "stop": 1176696387
        },
        {
            "start": 1176698656,
            "stop": 1176698880
        },
        {
            "start": 1176698950,
            "stop": 1176712670
        },
        {
            "start": 1176712674,
            "stop": 1176722647
        }
    ]
}