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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8389",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8390,
    "results": [
        {
            "start": 874959273,
            "stop": 874959366
        },
        {
            "start": 874959386,
            "stop": 874959600
        },
        {
            "start": 874959660,
            "stop": 874959787
        },
        {
            "start": 874959806,
            "stop": 874959840
        },
        {
            "start": 874969942,
            "stop": 874970100
        },
        {
            "start": 874970160,
            "stop": 874970292
        },
        {
            "start": 874970412,
            "stop": 874970990
        },
        {
            "start": 874971110,
            "stop": 874971636
        },
        {
            "start": 874971655,
            "stop": 874973956
        },
        {
            "start": 874973975,
            "stop": 874974178
        },
        {
            "start": 874974197,
            "stop": 874977716
        },
        {
            "start": 874977735,
            "stop": 874978031
        },
        {
            "start": 874978072,
            "stop": 874978080
        },
        {
            "start": 874991001,
            "stop": 874991210
        },
        {
            "start": 874991230,
            "stop": 874991307
        },
        {
            "start": 874991340,
            "stop": 874992533
        },
        {
            "start": 874992552,
            "stop": 874992576
        },
        {
            "start": 874992596,
            "stop": 874992742
        },
        {
            "start": 874992761,
            "stop": 874993367
        },
        {
            "start": 874993386,
            "stop": 874993787
        }
    ]
}