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_CBCLOW_CAT3/segments?format=api&page=7986
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=7987",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7985",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7986,
    "results": [
        {
            "start": 970252896,
            "stop": 970252901
        },
        {
            "start": 970252907,
            "stop": 970252916
        },
        {
            "start": 970252919,
            "stop": 970252928
        },
        {
            "start": 970252934,
            "stop": 970252957
        },
        {
            "start": 970252963,
            "stop": 970252977
        },
        {
            "start": 970253001,
            "stop": 970253015
        },
        {
            "start": 970253044,
            "stop": 970253142
        },
        {
            "start": 970253145,
            "stop": 970253174
        },
        {
            "start": 970253177,
            "stop": 970253191
        },
        {
            "start": 970253204,
            "stop": 970253210
        },
        {
            "start": 970253229,
            "stop": 970253276
        },
        {
            "start": 970253279,
            "stop": 970253294
        },
        {
            "start": 970253315,
            "stop": 970253316
        },
        {
            "start": 970253327,
            "stop": 970253329
        },
        {
            "start": 970253370,
            "stop": 970253373
        },
        {
            "start": 970253418,
            "stop": 970253444
        },
        {
            "start": 970253447,
            "stop": 970253537
        },
        {
            "start": 970253548,
            "stop": 970253612
        },
        {
            "start": 970253615,
            "stop": 970253628
        },
        {
            "start": 970253631,
            "stop": 970253776
        }
    ]
}