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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=108",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 109,
    "results": [
        {
            "start": 1239847393,
            "stop": 1239847512
        },
        {
            "start": 1239847513,
            "stop": 1239847632
        },
        {
            "start": 1239847633,
            "stop": 1239847752
        },
        {
            "start": 1239847753,
            "stop": 1239847872
        },
        {
            "start": 1239847873,
            "stop": 1239847992
        },
        {
            "start": 1239847993,
            "stop": 1239848112
        },
        {
            "start": 1239848113,
            "stop": 1239848232
        },
        {
            "start": 1239848233,
            "stop": 1239848352
        },
        {
            "start": 1239848353,
            "stop": 1239848472
        },
        {
            "start": 1239848473,
            "stop": 1239848592
        },
        {
            "start": 1239848593,
            "stop": 1239848712
        },
        {
            "start": 1239848713,
            "stop": 1239848832
        },
        {
            "start": 1239848833,
            "stop": 1239848952
        },
        {
            "start": 1239848953,
            "stop": 1239849072
        },
        {
            "start": 1239849073,
            "stop": 1239849192
        },
        {
            "start": 1239849193,
            "stop": 1239849312
        },
        {
            "start": 1239849313,
            "stop": 1239849432
        },
        {
            "start": 1239849433,
            "stop": 1239849552
        },
        {
            "start": 1239849553,
            "stop": 1239849672
        },
        {
            "start": 1239849673,
            "stop": 1239849792
        }
    ]
}