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/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5180
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=5181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5179",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5180,
    "results": [
        {
            "start": 873821561,
            "stop": 873821572
        },
        {
            "start": 873821640,
            "stop": 873821659
        },
        {
            "start": 873821699,
            "stop": 873821822
        },
        {
            "start": 873821833,
            "stop": 873821887
        },
        {
            "start": 873825436,
            "stop": 873825440
        },
        {
            "start": 873825490,
            "stop": 873825504
        },
        {
            "start": 873825538,
            "stop": 873825839
        },
        {
            "start": 873825855,
            "stop": 873825877
        },
        {
            "start": 873825884,
            "stop": 873825922
        },
        {
            "start": 873825929,
            "stop": 873825983
        },
        {
            "start": 873825997,
            "stop": 873826133
        },
        {
            "start": 873826173,
            "stop": 873826279
        },
        {
            "start": 873826315,
            "stop": 873826382
        },
        {
            "start": 873826451,
            "stop": 873826594
        },
        {
            "start": 873826610,
            "stop": 873826696
        },
        {
            "start": 873826718,
            "stop": 873826791
        },
        {
            "start": 873826799,
            "stop": 873826823
        },
        {
            "start": 873826831,
            "stop": 873826950
        },
        {
            "start": 873826967,
            "stop": 873827201
        },
        {
            "start": 873827209,
            "stop": 873827231
        }
    ]
}