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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33297",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33298,
    "results": [
        {
            "start": 971008218,
            "stop": 971008221
        },
        {
            "start": 971008222,
            "stop": 971008223
        },
        {
            "start": 971008224,
            "stop": 971008235
        },
        {
            "start": 971008238,
            "stop": 971008250
        },
        {
            "start": 971008251,
            "stop": 971008260
        },
        {
            "start": 971008261,
            "stop": 971008270
        },
        {
            "start": 971008271,
            "stop": 971008276
        },
        {
            "start": 971008277,
            "stop": 971008281
        },
        {
            "start": 971008284,
            "stop": 971008292
        },
        {
            "start": 971008295,
            "stop": 971008296
        },
        {
            "start": 971008298,
            "stop": 971008317
        },
        {
            "start": 971008320,
            "stop": 971008332
        },
        {
            "start": 971008335,
            "stop": 971008353
        },
        {
            "start": 971008354,
            "stop": 971008357
        },
        {
            "start": 971008360,
            "stop": 971008367
        },
        {
            "start": 971008368,
            "stop": 971008385
        },
        {
            "start": 971008388,
            "stop": 971008392
        },
        {
            "start": 971008397,
            "stop": 971008400
        },
        {
            "start": 971008401,
            "stop": 971008414
        },
        {
            "start": 971008418,
            "stop": 971008453
        }
    ]
}