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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8886",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8887,
    "results": [
        {
            "start": 873227308,
            "stop": 873227454
        },
        {
            "start": 873227476,
            "stop": 873227594
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229664
        },
        {
            "start": 873229681,
            "stop": 873229858
        },
        {
            "start": 873229875,
            "stop": 873229991
        },
        {
            "start": 873230009,
            "stop": 873230123
        },
        {
            "start": 873230164,
            "stop": 873230248
        },
        {
            "start": 873230267,
            "stop": 873230313
        },
        {
            "start": 873230332,
            "stop": 873230387
        },
        {
            "start": 873230423,
            "stop": 873230466
        },
        {
            "start": 873230497,
            "stop": 873230671
        },
        {
            "start": 873231863,
            "stop": 873232020
        },
        {
            "start": 873232146,
            "stop": 873232158
        },
        {
            "start": 873232175,
            "stop": 873232200
        },
        {
            "start": 873232360,
            "stop": 873232406
        },
        {
            "start": 873232425,
            "stop": 873232439
        },
        {
            "start": 873232470,
            "stop": 873232763
        },
        {
            "start": 873232783,
            "stop": 873232841
        },
        {
            "start": 873232870,
            "stop": 873232950
        }
    ]
}