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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10065",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10066,
    "results": [
        {
            "start": 873008905,
            "stop": 873009125
        },
        {
            "start": 873009161,
            "stop": 873009187
        },
        {
            "start": 873009234,
            "stop": 873009325
        },
        {
            "start": 873009416,
            "stop": 873009554
        },
        {
            "start": 873009590,
            "stop": 873009607
        },
        {
            "start": 873009643,
            "stop": 873009682
        },
        {
            "start": 873009718,
            "stop": 873009833
        },
        {
            "start": 873009871,
            "stop": 873009894
        },
        {
            "start": 873010082,
            "stop": 873010104
        },
        {
            "start": 873010121,
            "stop": 873010171
        },
        {
            "start": 873010216,
            "stop": 873010571
        },
        {
            "start": 873010607,
            "stop": 873010801
        },
        {
            "start": 873010903,
            "stop": 873011111
        },
        {
            "start": 873011163,
            "stop": 873011730
        },
        {
            "start": 873013395,
            "stop": 873013397
        },
        {
            "start": 873013458,
            "stop": 873013622
        },
        {
            "start": 873013658,
            "stop": 873013971
        },
        {
            "start": 873014257,
            "stop": 873014491
        },
        {
            "start": 873014763,
            "stop": 873015009
        },
        {
            "start": 873015046,
            "stop": 873015315
        }
    ]
}