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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=10",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 11,
    "results": [
        {
            "start": 816653009,
            "stop": 816653069
        },
        {
            "start": 816653077,
            "stop": 816653101
        },
        {
            "start": 816653109,
            "stop": 816653232
        },
        {
            "start": 816653240,
            "stop": 816653321
        },
        {
            "start": 816653329,
            "stop": 816655008
        },
        {
            "start": 816656274,
            "stop": 816656838
        },
        {
            "start": 816656848,
            "stop": 816657439
        },
        {
            "start": 816657447,
            "stop": 816657678
        },
        {
            "start": 816657686,
            "stop": 816658133
        },
        {
            "start": 816658141,
            "stop": 816658817
        },
        {
            "start": 816658825,
            "stop": 816658998
        },
        {
            "start": 816659006,
            "stop": 816659113
        },
        {
            "start": 816659121,
            "stop": 816659434
        },
        {
            "start": 816659442,
            "stop": 816659594
        },
        {
            "start": 816659602,
            "stop": 816660180
        },
        {
            "start": 816660188,
            "stop": 816660468
        },
        {
            "start": 816660476,
            "stop": 816660931
        },
        {
            "start": 816660939,
            "stop": 816661012
        },
        {
            "start": 816661020,
            "stop": 816661797
        },
        {
            "start": 816661805,
            "stop": 816661871
        }
    ]
}