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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=138",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 139,
    "results": [
        {
            "start": 819723142,
            "stop": 819723241
        },
        {
            "start": 819723244,
            "stop": 819723288
        },
        {
            "start": 819723291,
            "stop": 819723320
        },
        {
            "start": 819723323,
            "stop": 819723754
        },
        {
            "start": 819723758,
            "stop": 819723760
        },
        {
            "start": 819723764,
            "stop": 819723823
        },
        {
            "start": 819724004,
            "stop": 819724064
        },
        {
            "start": 819724068,
            "stop": 819724122
        },
        {
            "start": 819724125,
            "stop": 819724232
        },
        {
            "start": 819724235,
            "stop": 819724247
        },
        {
            "start": 819724250,
            "stop": 819724263
        },
        {
            "start": 819724266,
            "stop": 819724339
        },
        {
            "start": 819724342,
            "stop": 819724406
        },
        {
            "start": 819724409,
            "stop": 819724464
        },
        {
            "start": 819724468,
            "stop": 819725000
        },
        {
            "start": 819725004,
            "stop": 819725231
        },
        {
            "start": 819725236,
            "stop": 819725388
        },
        {
            "start": 819725391,
            "stop": 819725394
        },
        {
            "start": 819725398,
            "stop": 819725911
        },
        {
            "start": 819725914,
            "stop": 819725965
        }
    ]
}