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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5057",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5058,
    "results": [
        {
            "start": 874605957,
            "stop": 874605972
        },
        {
            "start": 874605979,
            "stop": 874605985
        },
        {
            "start": 874605992,
            "stop": 874606007
        },
        {
            "start": 874606015,
            "stop": 874606037
        },
        {
            "start": 874606050,
            "stop": 874606067
        },
        {
            "start": 874606082,
            "stop": 874606096
        },
        {
            "start": 874606103,
            "stop": 874606113
        },
        {
            "start": 874606120,
            "stop": 874606123
        },
        {
            "start": 874606131,
            "stop": 874606196
        },
        {
            "start": 874606207,
            "stop": 874606230
        },
        {
            "start": 874606237,
            "stop": 874606303
        },
        {
            "start": 874606311,
            "stop": 874606327
        },
        {
            "start": 874606335,
            "stop": 874606345
        },
        {
            "start": 874606353,
            "stop": 874606362
        },
        {
            "start": 874606369,
            "stop": 874606489
        },
        {
            "start": 874606496,
            "stop": 874606500
        },
        {
            "start": 874606507,
            "stop": 874606519
        },
        {
            "start": 874606526,
            "stop": 874606557
        },
        {
            "start": 874606565,
            "stop": 874606582
        },
        {
            "start": 874606594,
            "stop": 874606610
        }
    ]
}