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=9013
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=9014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9012",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9013,
    "results": [
        {
            "start": 874043596,
            "stop": 874043686
        },
        {
            "start": 874043788,
            "stop": 874043789
        },
        {
            "start": 874043840,
            "stop": 874043861
        },
        {
            "start": 874043886,
            "stop": 874044503
        },
        {
            "start": 874044540,
            "stop": 874044602
        },
        {
            "start": 874044683,
            "stop": 874044720
        },
        {
            "start": 874044739,
            "stop": 874044808
        },
        {
            "start": 874044827,
            "stop": 874044847
        },
        {
            "start": 874044866,
            "stop": 874044874
        },
        {
            "start": 874044893,
            "stop": 874044962
        },
        {
            "start": 874044988,
            "stop": 874045124
        },
        {
            "start": 874045143,
            "stop": 874045359
        },
        {
            "start": 874045379,
            "stop": 874045408
        },
        {
            "start": 874045428,
            "stop": 874045465
        },
        {
            "start": 874045482,
            "stop": 874045515
        },
        {
            "start": 874045534,
            "stop": 874045691
        },
        {
            "start": 874045708,
            "stop": 874045916
        },
        {
            "start": 874045936,
            "stop": 874045968
        },
        {
            "start": 874045988,
            "stop": 874046095
        },
        {
            "start": 874046880,
            "stop": 874046940
        }
    ]
}