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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=360",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 361,
    "results": [
        {
            "start": 821476794,
            "stop": 821476889
        },
        {
            "start": 821476897,
            "stop": 821476936
        },
        {
            "start": 821476939,
            "stop": 821476961
        },
        {
            "start": 821476964,
            "stop": 821477011
        },
        {
            "start": 821477014,
            "stop": 821477038
        },
        {
            "start": 821477041,
            "stop": 821477050
        },
        {
            "start": 821477055,
            "stop": 821477112
        },
        {
            "start": 821477120,
            "stop": 821477145
        },
        {
            "start": 821477148,
            "stop": 821477211
        },
        {
            "start": 821477214,
            "stop": 821477298
        },
        {
            "start": 821477301,
            "stop": 821477310
        },
        {
            "start": 821477313,
            "stop": 821477400
        },
        {
            "start": 821477403,
            "stop": 821477409
        },
        {
            "start": 821477412,
            "stop": 821477413
        },
        {
            "start": 821479289,
            "stop": 821480144
        },
        {
            "start": 821481175,
            "stop": 821481737
        },
        {
            "start": 821481744,
            "stop": 821482010
        },
        {
            "start": 821482017,
            "stop": 821482103
        },
        {
            "start": 821482106,
            "stop": 821482136
        },
        {
            "start": 821482143,
            "stop": 821482321
        }
    ]
}