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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4311",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4312,
    "results": [
        {
            "start": 874695440,
            "stop": 874695468
        },
        {
            "start": 874695487,
            "stop": 874695505
        },
        {
            "start": 874695524,
            "stop": 874695555
        },
        {
            "start": 874695575,
            "stop": 874695667
        },
        {
            "start": 874695701,
            "stop": 874695757
        },
        {
            "start": 874695776,
            "stop": 874695808
        },
        {
            "start": 874695827,
            "stop": 874695831
        },
        {
            "start": 874695845,
            "stop": 874695861
        },
        {
            "start": 874697009,
            "stop": 874698158
        },
        {
            "start": 874698177,
            "stop": 874698180
        },
        {
            "start": 874698240,
            "stop": 874698621
        },
        {
            "start": 874698640,
            "stop": 874698731
        },
        {
            "start": 874698750,
            "stop": 874698780
        },
        {
            "start": 874698840,
            "stop": 874698863
        },
        {
            "start": 874698882,
            "stop": 874698902
        },
        {
            "start": 874698922,
            "stop": 874699180
        },
        {
            "start": 874699199,
            "stop": 874699244
        },
        {
            "start": 874699281,
            "stop": 874699335
        },
        {
            "start": 874699354,
            "stop": 874699365
        },
        {
            "start": 874699384,
            "stop": 874699393
        }
    ]
}