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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=759",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=757",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 758,
    "results": [
        {
            "start": 1267688340,
            "stop": 1267692729
        },
        {
            "start": 1267692730,
            "stop": 1267693806
        },
        {
            "start": 1267693809,
            "stop": 1267699581
        },
        {
            "start": 1267699584,
            "stop": 1267699742
        },
        {
            "start": 1267699747,
            "stop": 1267701091
        },
        {
            "start": 1267701093,
            "stop": 1267702316
        },
        {
            "start": 1267702318,
            "stop": 1267702600
        },
        {
            "start": 1267702601,
            "stop": 1267702608
        },
        {
            "start": 1267702609,
            "stop": 1267702610
        },
        {
            "start": 1267702612,
            "stop": 1267702641
        },
        {
            "start": 1267702643,
            "stop": 1267702682
        },
        {
            "start": 1267702683,
            "stop": 1267702691
        },
        {
            "start": 1267702692,
            "stop": 1267703211
        },
        {
            "start": 1267703212,
            "stop": 1267703213
        },
        {
            "start": 1267703214,
            "stop": 1267703215
        },
        {
            "start": 1267703218,
            "stop": 1267703221
        },
        {
            "start": 1267703223,
            "stop": 1267703225
        },
        {
            "start": 1267703227,
            "stop": 1267703229
        },
        {
            "start": 1267703232,
            "stop": 1267703236
        },
        {
            "start": 1267703237,
            "stop": 1267703240
        }
    ]
}