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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=30",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 31,
    "results": [
        {
            "start": 1135516970,
            "stop": 1135596211
        },
        {
            "start": 1135617234,
            "stop": 1135651273
        },
        {
            "start": 1135664857,
            "stop": 1135698459
        },
        {
            "start": 1135703491,
            "stop": 1135717343
        },
        {
            "start": 1135737171,
            "stop": 1135770186
        },
        {
            "start": 1135776762,
            "stop": 1135778720
        },
        {
            "start": 1135778845,
            "stop": 1135843684
        },
        {
            "start": 1135853150,
            "stop": 1135898693
        },
        {
            "start": 1135911179,
            "stop": 1135924188
        },
        {
            "start": 1135925097,
            "stop": 1135943020
        },
        {
            "start": 1135948563,
            "stop": 1135965365
        },
        {
            "start": 1135968898,
            "stop": 1135975834
        },
        {
            "start": 1135980656,
            "stop": 1135991814
        },
        {
            "start": 1136004514,
            "stop": 1136024580
        },
        {
            "start": 1136032651,
            "stop": 1136038418
        },
        {
            "start": 1136090432,
            "stop": 1136091020
        },
        {
            "start": 1136106654,
            "stop": 1136116366
        },
        {
            "start": 1136116706,
            "stop": 1136122930
        },
        {
            "start": 1136164549,
            "stop": 1136176726
        },
        {
            "start": 1136180347,
            "stop": 1136181264
        }
    ]
}