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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=28",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 29,
    "results": [
        {
            "start": 816658097,
            "stop": 816658133
        },
        {
            "start": 816658162,
            "stop": 816658506
        },
        {
            "start": 816658514,
            "stop": 816658529
        },
        {
            "start": 816658536,
            "stop": 816658817
        },
        {
            "start": 816658846,
            "stop": 816658998
        },
        {
            "start": 816659027,
            "stop": 816659041
        },
        {
            "start": 816659049,
            "stop": 816659113
        },
        {
            "start": 816659142,
            "stop": 816659223
        },
        {
            "start": 816659230,
            "stop": 816659434
        },
        {
            "start": 816659463,
            "stop": 816659594
        },
        {
            "start": 816659623,
            "stop": 816660180
        },
        {
            "start": 816660209,
            "stop": 816660339
        },
        {
            "start": 816660349,
            "stop": 816660468
        },
        {
            "start": 816660497,
            "stop": 816660926
        },
        {
            "start": 816660960,
            "stop": 816661012
        },
        {
            "start": 816661041,
            "stop": 816661642
        },
        {
            "start": 816661652,
            "stop": 816661797
        },
        {
            "start": 816661826,
            "stop": 816661871
        },
        {
            "start": 816661900,
            "stop": 816662198
        },
        {
            "start": 816662227,
            "stop": 816662277
        }
    ]
}