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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8847",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8848,
    "results": [
        {
            "start": 874564800,
            "stop": 874564860
        },
        {
            "start": 874564920,
            "stop": 874565220
        },
        {
            "start": 874565340,
            "stop": 874565700
        },
        {
            "start": 874565880,
            "stop": 874565940
        },
        {
            "start": 874566000,
            "stop": 874566120
        },
        {
            "start": 874566180,
            "stop": 874566240
        },
        {
            "start": 874566360,
            "stop": 874566420
        },
        {
            "start": 874566480,
            "stop": 874566540
        },
        {
            "start": 874566720,
            "stop": 874566840
        },
        {
            "start": 874566900,
            "stop": 874567080
        },
        {
            "start": 874567200,
            "stop": 874567380
        },
        {
            "start": 874567500,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567960
        },
        {
            "start": 874568313,
            "stop": 874568319
        },
        {
            "start": 874568891,
            "stop": 874569000
        },
        {
            "start": 874569120,
            "stop": 874569240
        },
        {
            "start": 874569360,
            "stop": 874569660
        },
        {
            "start": 874569720,
            "stop": 874569826
        },
        {
            "start": 874569900,
            "stop": 874569999
        },
        {
            "start": 874570016,
            "stop": 874570500
        }
    ]
}