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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=242",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 243,
    "results": [
        {
            "start": 820247776,
            "stop": 820247863
        },
        {
            "start": 820247864,
            "stop": 820249180
        },
        {
            "start": 820249184,
            "stop": 820249262
        },
        {
            "start": 820249266,
            "stop": 820249278
        },
        {
            "start": 820249282,
            "stop": 820249283
        },
        {
            "start": 820249286,
            "stop": 820249797
        },
        {
            "start": 820249800,
            "stop": 820249895
        },
        {
            "start": 820249898,
            "stop": 820250281
        },
        {
            "start": 820250284,
            "stop": 820250473
        },
        {
            "start": 820251115,
            "stop": 820252087
        },
        {
            "start": 820252207,
            "stop": 820252388
        },
        {
            "start": 820252391,
            "stop": 820252920
        },
        {
            "start": 820252924,
            "stop": 820253328
        },
        {
            "start": 820253331,
            "stop": 820253515
        },
        {
            "start": 820253518,
            "stop": 820254047
        },
        {
            "start": 820254050,
            "stop": 820254201
        },
        {
            "start": 820254205,
            "stop": 820254557
        },
        {
            "start": 820254560,
            "stop": 820254761
        },
        {
            "start": 820254764,
            "stop": 820255614
        },
        {
            "start": 820255617,
            "stop": 820255620
        }
    ]
}