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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=55",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 56,
    "results": [
        {
            "start": 822339897,
            "stop": 822339899
        },
        {
            "start": 822339943,
            "stop": 822340093
        },
        {
            "start": 822340100,
            "stop": 822340102
        },
        {
            "start": 822347137,
            "stop": 822347169
        },
        {
            "start": 822347178,
            "stop": 822347185
        },
        {
            "start": 822347193,
            "stop": 822347224
        },
        {
            "start": 822347228,
            "stop": 822347238
        },
        {
            "start": 822347242,
            "stop": 822347326
        },
        {
            "start": 822347339,
            "stop": 822347379
        },
        {
            "start": 822347422,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822350288
        },
        {
            "start": 822350291,
            "stop": 822350341
        },
        {
            "start": 822350345,
            "stop": 822350355
        },
        {
            "start": 822350359,
            "stop": 822350399
        },
        {
            "start": 822350403,
            "stop": 822350893
        },
        {
            "start": 822351001,
            "stop": 822351673
        },
        {
            "start": 822351725,
            "stop": 822351726
        },
        {
            "start": 822351875,
            "stop": 822351966
        },
        {
            "start": 822352040,
            "stop": 822352241
        },
        {
            "start": 822352245,
            "stop": 822352981
        }
    ]
}