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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3920",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3921,
    "results": [
        {
            "start": 874152695,
            "stop": 874152698
        },
        {
            "start": 874152701,
            "stop": 874152741
        },
        {
            "start": 874152744,
            "stop": 874152756
        },
        {
            "start": 874152759,
            "stop": 874152765
        },
        {
            "start": 874152768,
            "stop": 874152873
        },
        {
            "start": 874152876,
            "stop": 874152918
        },
        {
            "start": 874152923,
            "stop": 874153065
        },
        {
            "start": 874153081,
            "stop": 874153092
        },
        {
            "start": 874153095,
            "stop": 874153126
        },
        {
            "start": 874153129,
            "stop": 874153188
        },
        {
            "start": 874153194,
            "stop": 874153321
        },
        {
            "start": 874153324,
            "stop": 874155036
        },
        {
            "start": 874155039,
            "stop": 874155080
        },
        {
            "start": 874155081,
            "stop": 874155246
        },
        {
            "start": 874155248,
            "stop": 874155459
        },
        {
            "start": 874155462,
            "stop": 874155664
        },
        {
            "start": 874155665,
            "stop": 874155676
        },
        {
            "start": 874155677,
            "stop": 874155894
        },
        {
            "start": 874155897,
            "stop": 874156050
        },
        {
            "start": 874156054,
            "stop": 874156067
        }
    ]
}