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=5277
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=5278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5276",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5277,
    "results": [
        {
            "start": 874797333,
            "stop": 874797797
        },
        {
            "start": 874797805,
            "stop": 874797860
        },
        {
            "start": 874797868,
            "stop": 874797917
        },
        {
            "start": 874797954,
            "stop": 874798007
        },
        {
            "start": 874798014,
            "stop": 874798421
        },
        {
            "start": 874798520,
            "stop": 874798838
        },
        {
            "start": 874798886,
            "stop": 874799118
        },
        {
            "start": 874799126,
            "stop": 874799368
        },
        {
            "start": 874799378,
            "stop": 874799706
        },
        {
            "start": 874799771,
            "stop": 874799775
        },
        {
            "start": 874799813,
            "stop": 874799939
        },
        {
            "start": 874799947,
            "stop": 874800141
        },
        {
            "start": 874800148,
            "stop": 874801726
        },
        {
            "start": 874801739,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802947
        },
        {
            "start": 874802985,
            "stop": 874803053
        },
        {
            "start": 874803060,
            "stop": 874803125
        },
        {
            "start": 874803197,
            "stop": 874803234
        },
        {
            "start": 874803313,
            "stop": 874803322
        },
        {
            "start": 874803379,
            "stop": 874803492
        }
    ]
}