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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=439",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 440,
    "results": [
        {
            "start": 821774676,
            "stop": 821774681
        },
        {
            "start": 821774684,
            "stop": 821774685
        },
        {
            "start": 821774688,
            "stop": 821774692
        },
        {
            "start": 821774695,
            "stop": 821774699
        },
        {
            "start": 821774708,
            "stop": 821774717
        },
        {
            "start": 821774720,
            "stop": 821774726
        },
        {
            "start": 821774729,
            "stop": 821774732
        },
        {
            "start": 821774735,
            "stop": 821774740
        },
        {
            "start": 821774745,
            "stop": 821774758
        },
        {
            "start": 821774761,
            "stop": 821774765
        },
        {
            "start": 821774771,
            "stop": 821774778
        },
        {
            "start": 821774781,
            "stop": 821774791
        },
        {
            "start": 821774794,
            "stop": 821774824
        },
        {
            "start": 821774827,
            "stop": 821774829
        },
        {
            "start": 821774836,
            "stop": 821774838
        },
        {
            "start": 821774841,
            "stop": 821774852
        },
        {
            "start": 821774855,
            "stop": 821774863
        },
        {
            "start": 821774866,
            "stop": 821774867
        },
        {
            "start": 821774870,
            "stop": 821774872
        },
        {
            "start": 821774875,
            "stop": 821774879
        }
    ]
}