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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3765",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3763",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3764,
    "results": [
        {
            "start": 971512857,
            "stop": 971512859
        },
        {
            "start": 971512862,
            "stop": 971512978
        },
        {
            "start": 971512981,
            "stop": 971512982
        },
        {
            "start": 971512985,
            "stop": 971513110
        },
        {
            "start": 971513114,
            "stop": 971513173
        },
        {
            "start": 971513176,
            "stop": 971513309
        },
        {
            "start": 971513312,
            "stop": 971513316
        },
        {
            "start": 971513319,
            "stop": 971513371
        },
        {
            "start": 971513374,
            "stop": 971513384
        },
        {
            "start": 971513389,
            "stop": 971513395
        },
        {
            "start": 971513398,
            "stop": 971513543
        },
        {
            "start": 971513546,
            "stop": 971513592
        },
        {
            "start": 971513595,
            "stop": 971513640
        },
        {
            "start": 971513643,
            "stop": 971513731
        },
        {
            "start": 971513734,
            "stop": 971513835
        },
        {
            "start": 971513838,
            "stop": 971513889
        },
        {
            "start": 971513897,
            "stop": 971513922
        },
        {
            "start": 971513925,
            "stop": 971513932
        },
        {
            "start": 971513935,
            "stop": 971513951
        },
        {
            "start": 971513954,
            "stop": 971513968
        }
    ]
}