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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=57",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 58,
    "results": [
        {
            "start": 931398969,
            "stop": 931398996
        },
        {
            "start": 931399014,
            "stop": 931399021
        },
        {
            "start": 931399056,
            "stop": 931399060
        },
        {
            "start": 931399077,
            "stop": 931399094
        },
        {
            "start": 931399145,
            "stop": 931399168
        },
        {
            "start": 931399187,
            "stop": 931399205
        },
        {
            "start": 931399592,
            "stop": 931399629
        },
        {
            "start": 931399647,
            "stop": 931399688
        },
        {
            "start": 931399706,
            "stop": 931399739
        },
        {
            "start": 931399756,
            "stop": 931399823
        },
        {
            "start": 931399855,
            "stop": 931399874
        },
        {
            "start": 931399930,
            "stop": 931399980
        },
        {
            "start": 931400004,
            "stop": 931400023
        },
        {
            "start": 931400041,
            "stop": 931400114
        },
        {
            "start": 931400164,
            "stop": 931400172
        },
        {
            "start": 931400192,
            "stop": 931400213
        },
        {
            "start": 931400230,
            "stop": 931400240
        },
        {
            "start": 931400268,
            "stop": 931400297
        },
        {
            "start": 931400315,
            "stop": 931400332
        },
        {
            "start": 931400350,
            "stop": 931400369
        }
    ]
}