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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46939",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46940,
    "results": [
        {
            "start": 875199165,
            "stop": 875199175
        },
        {
            "start": 875199176,
            "stop": 875199183
        },
        {
            "start": 875199186,
            "stop": 875199201
        },
        {
            "start": 875199202,
            "stop": 875199206
        },
        {
            "start": 875199207,
            "stop": 875199218
        },
        {
            "start": 875199221,
            "stop": 875199224
        },
        {
            "start": 875199225,
            "stop": 875199230
        },
        {
            "start": 875199234,
            "stop": 875199240
        },
        {
            "start": 875199241,
            "stop": 875199249
        },
        {
            "start": 875199250,
            "stop": 875199254
        },
        {
            "start": 875199255,
            "stop": 875199279
        },
        {
            "start": 875199285,
            "stop": 875199297
        },
        {
            "start": 875199298,
            "stop": 875199306
        },
        {
            "start": 875199310,
            "stop": 875199312
        },
        {
            "start": 875199313,
            "stop": 875199321
        },
        {
            "start": 875199323,
            "stop": 875199339
        },
        {
            "start": 875199342,
            "stop": 875199355
        },
        {
            "start": 875199357,
            "stop": 875199359
        },
        {
            "start": 875199362,
            "stop": 875199371
        },
        {
            "start": 875199372,
            "stop": 875199390
        }
    ]
}