Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=793
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=794",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=792",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 793,
    "results": [
        {
            "start": 1268458179,
            "stop": 1268458245
        },
        {
            "start": 1268458246,
            "stop": 1268458281
        },
        {
            "start": 1268458282,
            "stop": 1268458316
        },
        {
            "start": 1268458317,
            "stop": 1268458319
        },
        {
            "start": 1268458322,
            "stop": 1268458385
        },
        {
            "start": 1268458387,
            "stop": 1268459651
        },
        {
            "start": 1268459652,
            "stop": 1268461204
        },
        {
            "start": 1268461206,
            "stop": 1268461329
        },
        {
            "start": 1268461330,
            "stop": 1268463052
        },
        {
            "start": 1268463053,
            "stop": 1268463122
        },
        {
            "start": 1268463125,
            "stop": 1268463127
        },
        {
            "start": 1268463129,
            "stop": 1268463818
        },
        {
            "start": 1268463820,
            "stop": 1268464317
        },
        {
            "start": 1268464320,
            "stop": 1268467266
        },
        {
            "start": 1268467267,
            "stop": 1268467271
        },
        {
            "start": 1268467274,
            "stop": 1268467286
        },
        {
            "start": 1268467287,
            "stop": 1268467304
        },
        {
            "start": 1268467305,
            "stop": 1268467307
        },
        {
            "start": 1268467308,
            "stop": 1268467325
        },
        {
            "start": 1268467326,
            "stop": 1268467393
        }
    ]
}