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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=15",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 16,
    "results": [
        {
            "start": 815983536,
            "stop": 815983759
        },
        {
            "start": 815983762,
            "stop": 815985103
        },
        {
            "start": 815985107,
            "stop": 815986433
        },
        {
            "start": 815986436,
            "stop": 815986466
        },
        {
            "start": 815986469,
            "stop": 815987021
        },
        {
            "start": 815987025,
            "stop": 815987894
        },
        {
            "start": 815987897,
            "stop": 815988334
        },
        {
            "start": 815989608,
            "stop": 815990023
        },
        {
            "start": 815990026,
            "stop": 815990104
        },
        {
            "start": 815990107,
            "stop": 815993557
        },
        {
            "start": 815993561,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        },
        {
            "start": 816001178,
            "stop": 816002413
        },
        {
            "start": 816003093,
            "stop": 816003225
        },
        {
            "start": 816006191,
            "stop": 816007969
        },
        {
            "start": 816007972,
            "stop": 816008452
        },
        {
            "start": 816008456,
            "stop": 816008493
        },
        {
            "start": 816017494,
            "stop": 816019171
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055152,
            "stop": 816060544
        }
    ]
}