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
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=2",
    "previous": null,
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 1,
    "results": [
        {
            "start": 815402953,
            "stop": 815402976
        },
        {
            "start": 815402983,
            "stop": 815403031
        },
        {
            "start": 815403047,
            "stop": 815403073
        },
        {
            "start": 815410873,
            "stop": 815410991
        },
        {
            "start": 815410998,
            "stop": 815411100
        },
        {
            "start": 815411160,
            "stop": 815411280
        },
        {
            "start": 815411340,
            "stop": 815411410
        },
        {
            "start": 815411424,
            "stop": 815411503
        },
        {
            "start": 815411510,
            "stop": 815411805
        },
        {
            "start": 815411812,
            "stop": 815411820
        },
        {
            "start": 815411882,
            "stop": 815411908
        },
        {
            "start": 815411915,
            "stop": 815411939
        },
        {
            "start": 815412000,
            "stop": 815412050
        },
        {
            "start": 815412057,
            "stop": 815412155
        },
        {
            "start": 815412163,
            "stop": 815412182
        },
        {
            "start": 815412190,
            "stop": 815412209
        },
        {
            "start": 815412216,
            "stop": 815412220
        },
        {
            "start": 815412227,
            "stop": 815412331
        },
        {
            "start": 815412338,
            "stop": 815412357
        },
        {
            "start": 815412365,
            "stop": 815412403
        }
    ]
}