Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=148
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=147",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 148,
    "results": [
        {
            "start": 954330367,
            "stop": 954340018
        },
        {
            "start": 954340021,
            "stop": 954340032
        },
        {
            "start": 954340035,
            "stop": 954342744
        },
        {
            "start": 954342747,
            "stop": 954342787
        },
        {
            "start": 954345357,
            "stop": 954345432
        },
        {
            "start": 954345435,
            "stop": 954345438
        },
        {
            "start": 954345450,
            "stop": 954345451
        },
        {
            "start": 954345457,
            "stop": 954345459
        },
        {
            "start": 954345480,
            "stop": 954345494
        },
        {
            "start": 954345498,
            "stop": 954345509
        },
        {
            "start": 954345512,
            "stop": 954345519
        },
        {
            "start": 954345521,
            "stop": 954345543
        },
        {
            "start": 954345547,
            "stop": 954345552
        },
        {
            "start": 954345555,
            "stop": 954345568
        },
        {
            "start": 954345578,
            "stop": 954345589
        },
        {
            "start": 954345592,
            "stop": 954345593
        },
        {
            "start": 954345597,
            "stop": 954345600
        },
        {
            "start": 954345638,
            "stop": 954345639
        },
        {
            "start": 954345643,
            "stop": 954345644
        },
        {
            "start": 954345665,
            "stop": 954345675
        }
    ]
}