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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=198",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 199,
    "results": [
        {
            "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
        },
        {
            "start": 820255623,
            "stop": 820255726
        },
        {
            "start": 820255730,
            "stop": 820255731
        },
        {
            "start": 820255734,
            "stop": 820256254
        },
        {
            "start": 820256257,
            "stop": 820256344
        },
        {
            "start": 820256347,
            "stop": 820256805
        },
        {
            "start": 820256808,
            "stop": 820256945
        },
        {
            "start": 820256949,
            "stop": 820256982
        },
        {
            "start": 820256985,
            "stop": 820257086
        },
        {
            "start": 820257089,
            "stop": 820257495
        },
        {
            "start": 820257498,
            "stop": 820258064
        },
        {
            "start": 820258067,
            "stop": 820258083
        }
    ]
}