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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931052792
        },
        {
            "start": 931052798,
            "stop": 931053956
        },
        {
            "start": 931053962,
            "stop": 931054012
        },
        {
            "start": 931054018,
            "stop": 931054031
        },
        {
            "start": 931054037,
            "stop": 931054579
        },
        {
            "start": 931054584,
            "stop": 931054758
        },
        {
            "start": 931054764,
            "stop": 931054772
        },
        {
            "start": 931054778,
            "stop": 931054794
        },
        {
            "start": 931054799,
            "stop": 931054822
        },
        {
            "start": 931054828,
            "stop": 931054929
        },
        {
            "start": 931054935,
            "stop": 931054943
        },
        {
            "start": 931054954,
            "stop": 931054968
        },
        {
            "start": 931054974,
            "stop": 931055000
        },
        {
            "start": 931055006,
            "stop": 931055089
        },
        {
            "start": 931055095,
            "stop": 931055096
        },
        {
            "start": 931076896,
            "stop": 931077930
        },
        {
            "start": 931077936,
            "stop": 931078005
        },
        {
            "start": 931078011,
            "stop": 931078418
        },
        {
            "start": 931078516,
            "stop": 931078698
        },
        {
            "start": 931078704,
            "stop": 931079088
        }
    ]
}