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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=105",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 106,
    "results": [
        {
            "start": 1239840193,
            "stop": 1239840312
        },
        {
            "start": 1239840313,
            "stop": 1239840432
        },
        {
            "start": 1239840433,
            "stop": 1239840552
        },
        {
            "start": 1239840553,
            "stop": 1239840672
        },
        {
            "start": 1239840673,
            "stop": 1239840792
        },
        {
            "start": 1239840793,
            "stop": 1239840912
        },
        {
            "start": 1239840913,
            "stop": 1239841032
        },
        {
            "start": 1239841033,
            "stop": 1239841152
        },
        {
            "start": 1239841153,
            "stop": 1239841272
        },
        {
            "start": 1239841273,
            "stop": 1239841392
        },
        {
            "start": 1239841393,
            "stop": 1239841512
        },
        {
            "start": 1239841513,
            "stop": 1239841632
        },
        {
            "start": 1239841633,
            "stop": 1239841752
        },
        {
            "start": 1239841753,
            "stop": 1239841872
        },
        {
            "start": 1239841873,
            "stop": 1239841992
        },
        {
            "start": 1239841993,
            "stop": 1239842112
        },
        {
            "start": 1239842113,
            "stop": 1239842232
        },
        {
            "start": 1239842233,
            "stop": 1239842352
        },
        {
            "start": 1239842353,
            "stop": 1239842472
        },
        {
            "start": 1239842473,
            "stop": 1239842592
        }
    ]
}