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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=243",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 244,
    "results": [
        {
            "start": 1240255265,
            "stop": 1240255384
        },
        {
            "start": 1240255385,
            "stop": 1240255504
        },
        {
            "start": 1240255505,
            "stop": 1240255624
        },
        {
            "start": 1240255625,
            "stop": 1240255744
        },
        {
            "start": 1240255745,
            "stop": 1240255864
        },
        {
            "start": 1240255865,
            "stop": 1240255984
        },
        {
            "start": 1240255985,
            "stop": 1240256104
        },
        {
            "start": 1240256105,
            "stop": 1240256224
        },
        {
            "start": 1240256225,
            "stop": 1240256344
        },
        {
            "start": 1240256345,
            "stop": 1240256464
        },
        {
            "start": 1240256465,
            "stop": 1240256584
        },
        {
            "start": 1240256585,
            "stop": 1240256703
        },
        {
            "start": 1240256705,
            "stop": 1240256803
        },
        {
            "start": 1240256805,
            "stop": 1240256853
        },
        {
            "start": 1240258740,
            "stop": 1240303059
        },
        {
            "start": 1240303072,
            "stop": 1240305731
        },
        {
            "start": 1240305825,
            "stop": 1240473003
        },
        {
            "start": 1240479334,
            "stop": 1240534093
        },
        {
            "start": 1240540566,
            "stop": 1240540593
        },
        {
            "start": 1240540693,
            "stop": 1240540909
        }
    ]
}