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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10284",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10285,
    "results": [
        {
            "start": 874959800,
            "stop": 874959840
        },
        {
            "start": 874969942,
            "stop": 874970100
        },
        {
            "start": 874970160,
            "stop": 874970292
        },
        {
            "start": 874970412,
            "stop": 874970990
        },
        {
            "start": 874971110,
            "stop": 874971636
        },
        {
            "start": 874971672,
            "stop": 874973956
        },
        {
            "start": 874973992,
            "stop": 874974178
        },
        {
            "start": 874974214,
            "stop": 874977716
        },
        {
            "start": 874977752,
            "stop": 874978037
        },
        {
            "start": 874978066,
            "stop": 874978080
        },
        {
            "start": 874991001,
            "stop": 874991210
        },
        {
            "start": 874991247,
            "stop": 874991307
        },
        {
            "start": 874991357,
            "stop": 874992533
        },
        {
            "start": 874992569,
            "stop": 874992576
        },
        {
            "start": 874992613,
            "stop": 874992742
        },
        {
            "start": 874992778,
            "stop": 874993367
        },
        {
            "start": 874993403,
            "stop": 874994433
        },
        {
            "start": 874994473,
            "stop": 874996357
        },
        {
            "start": 874996393,
            "stop": 874996479
        },
        {
            "start": 874996516,
            "stop": 874996528
        }
    ]
}