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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=250",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 251,
    "results": [
        {
            "start": 934700587,
            "stop": 934700611
        },
        {
            "start": 934700613,
            "stop": 934700617
        },
        {
            "start": 934700619,
            "stop": 934700633
        },
        {
            "start": 934700637,
            "stop": 934704134
        },
        {
            "start": 934704136,
            "stop": 934704157
        },
        {
            "start": 934704160,
            "stop": 934704183
        },
        {
            "start": 934704185,
            "stop": 934704190
        },
        {
            "start": 934704192,
            "stop": 934704217
        },
        {
            "start": 934704219,
            "stop": 934704224
        },
        {
            "start": 934704226,
            "stop": 934704231
        },
        {
            "start": 934704237,
            "stop": 934707753
        },
        {
            "start": 934707756,
            "stop": 934707757
        },
        {
            "start": 934707760,
            "stop": 934707764
        },
        {
            "start": 934707767,
            "stop": 934707784
        },
        {
            "start": 934707786,
            "stop": 934707810
        },
        {
            "start": 934707812,
            "stop": 934707815
        },
        {
            "start": 934707818,
            "stop": 934707832
        },
        {
            "start": 934707836,
            "stop": 934711355
        },
        {
            "start": 934711358,
            "stop": 934711364
        },
        {
            "start": 934711367,
            "stop": 934711368
        }
    ]
}