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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=328",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 329,
    "results": [
        {
            "start": 1263911070,
            "stop": 1263911332
        },
        {
            "start": 1263911335,
            "stop": 1263911407
        },
        {
            "start": 1263911409,
            "stop": 1263911554
        },
        {
            "start": 1263911561,
            "stop": 1263911563
        },
        {
            "start": 1263911564,
            "stop": 1263911894
        },
        {
            "start": 1263911895,
            "stop": 1263911897
        },
        {
            "start": 1263911899,
            "stop": 1263911995
        },
        {
            "start": 1263911997,
            "stop": 1263912021
        },
        {
            "start": 1263912024,
            "stop": 1263912198
        },
        {
            "start": 1263912200,
            "stop": 1263912201
        },
        {
            "start": 1263912203,
            "stop": 1263912242
        },
        {
            "start": 1263912244,
            "stop": 1263912264
        },
        {
            "start": 1263912266,
            "stop": 1263912269
        },
        {
            "start": 1263912270,
            "stop": 1263912334
        },
        {
            "start": 1263912335,
            "stop": 1263912416
        },
        {
            "start": 1263912420,
            "stop": 1263912892
        },
        {
            "start": 1263912893,
            "stop": 1263913090
        },
        {
            "start": 1263913092,
            "stop": 1263913094
        },
        {
            "start": 1263913096,
            "stop": 1263913750
        },
        {
            "start": 1263913751,
            "stop": 1263913766
        }
    ]
}