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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=99",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 100,
    "results": [
        {
            "start": 818857422,
            "stop": 818860172
        },
        {
            "start": 818860185,
            "stop": 818860213
        },
        {
            "start": 818862107,
            "stop": 818867482
        },
        {
            "start": 818867486,
            "stop": 818867923
        },
        {
            "start": 818868104,
            "stop": 818872447
        },
        {
            "start": 818872454,
            "stop": 818875788
        },
        {
            "start": 818875795,
            "stop": 818878573
        },
        {
            "start": 818880188,
            "stop": 818880242
        },
        {
            "start": 818880249,
            "stop": 818883193
        },
        {
            "start": 818883464,
            "stop": 818885353
        },
        {
            "start": 818886084,
            "stop": 818887680
        },
        {
            "start": 818887740,
            "stop": 818888293
        },
        {
            "start": 818888296,
            "stop": 818888297
        },
        {
            "start": 818888966,
            "stop": 818893993
        },
        {
            "start": 818894582,
            "stop": 818900552
        },
        {
            "start": 818900560,
            "stop": 818901373
        },
        {
            "start": 818902910,
            "stop": 818911813
        },
        {
            "start": 818912156,
            "stop": 818917813
        },
        {
            "start": 818919353,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818920823
        }
    ]
}