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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 63,
    "results": [
        {
            "start": 1258293217,
            "stop": 1258293664
        },
        {
            "start": 1258293668,
            "stop": 1258294632
        },
        {
            "start": 1258294637,
            "stop": 1258295662
        },
        {
            "start": 1258295667,
            "stop": 1258296721
        },
        {
            "start": 1258296724,
            "stop": 1258298411
        },
        {
            "start": 1258298938,
            "stop": 1258299492
        },
        {
            "start": 1258299496,
            "stop": 1258300453
        },
        {
            "start": 1258300455,
            "stop": 1258300786
        },
        {
            "start": 1258300790,
            "stop": 1258302568
        },
        {
            "start": 1258302571,
            "stop": 1258302856
        },
        {
            "start": 1258302861,
            "stop": 1258303856
        },
        {
            "start": 1258303858,
            "stop": 1258306054
        },
        {
            "start": 1258306059,
            "stop": 1258306746
        },
        {
            "start": 1258306750,
            "stop": 1258310199
        },
        {
            "start": 1258310201,
            "stop": 1258311548
        },
        {
            "start": 1258311926,
            "stop": 1258312783
        },
        {
            "start": 1258312786,
            "stop": 1258314471
        },
        {
            "start": 1258314474,
            "stop": 1258316021
        },
        {
            "start": 1258316023,
            "stop": 1258316556
        },
        {
            "start": 1258316558,
            "stop": 1258318837
        }
    ]
}