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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8039",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8040,
    "results": [
        {
            "start": 872189130,
            "stop": 872189159
        },
        {
            "start": 872189178,
            "stop": 872189267
        },
        {
            "start": 872189286,
            "stop": 872189332
        },
        {
            "start": 872189351,
            "stop": 872189409
        },
        {
            "start": 872189428,
            "stop": 872189445
        },
        {
            "start": 872189464,
            "stop": 872189568
        },
        {
            "start": 872189587,
            "stop": 872189898
        },
        {
            "start": 872189917,
            "stop": 872189944
        },
        {
            "start": 872189977,
            "stop": 872192484
        },
        {
            "start": 872192502,
            "stop": 872192832
        },
        {
            "start": 872192849,
            "stop": 872193100
        },
        {
            "start": 872193220,
            "stop": 872193375
        },
        {
            "start": 872193393,
            "stop": 872193451
        },
        {
            "start": 872193469,
            "stop": 872193528
        },
        {
            "start": 872193546,
            "stop": 872193570
        },
        {
            "start": 872196186,
            "stop": 872196223
        },
        {
            "start": 872196244,
            "stop": 872196272
        },
        {
            "start": 872196289,
            "stop": 872196575
        },
        {
            "start": 872196592,
            "stop": 872196702
        },
        {
            "start": 872196730,
            "stop": 872196751
        }
    ]
}