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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=168",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 169,
    "results": [
        {
            "start": 816860398,
            "stop": 816860437
        },
        {
            "start": 816860440,
            "stop": 816860450
        },
        {
            "start": 816860454,
            "stop": 816860456
        },
        {
            "start": 816860461,
            "stop": 816860542
        },
        {
            "start": 816860548,
            "stop": 816860609
        },
        {
            "start": 816860614,
            "stop": 816860632
        },
        {
            "start": 816860636,
            "stop": 816860668
        },
        {
            "start": 816860672,
            "stop": 816860673
        },
        {
            "start": 816860696,
            "stop": 816860698
        },
        {
            "start": 816860706,
            "stop": 816860714
        },
        {
            "start": 816860724,
            "stop": 816860728
        },
        {
            "start": 816860733,
            "stop": 816860738
        },
        {
            "start": 816860742,
            "stop": 816860809
        },
        {
            "start": 816860815,
            "stop": 816860845
        },
        {
            "start": 816860849,
            "stop": 816860858
        },
        {
            "start": 816860865,
            "stop": 816860872
        },
        {
            "start": 816860879,
            "stop": 816860881
        },
        {
            "start": 816860885,
            "stop": 816860886
        },
        {
            "start": 816860893,
            "stop": 816860988
        },
        {
            "start": 816860992,
            "stop": 816861115
        }
    ]
}