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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 281,
    "results": [
        {
            "start": 848232493,
            "stop": 848233984
        },
        {
            "start": 848234363,
            "stop": 848235709
        },
        {
            "start": 848235710,
            "stop": 848235974
        },
        {
            "start": 848235976,
            "stop": 848237098
        },
        {
            "start": 848237208,
            "stop": 848237245
        },
        {
            "start": 848237545,
            "stop": 848238932
        },
        {
            "start": 848238934,
            "stop": 848241496
        },
        {
            "start": 848241498,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848289139,
            "stop": 848302485
        },
        {
            "start": 848302486,
            "stop": 848302822
        },
        {
            "start": 848302932,
            "stop": 848304517
        },
        {
            "start": 848304817,
            "stop": 848304882
        },
        {
            "start": 848304890,
            "stop": 848305028
        },
        {
            "start": 848305030,
            "stop": 848307600
        },
        {
            "start": 848307602,
            "stop": 848307775
        },
        {
            "start": 848307777,
            "stop": 848307909
        },
        {
            "start": 848307910,
            "stop": 848307911
        },
        {
            "start": 848307913,
            "stop": 848308014
        },
        {
            "start": 848308016,
            "stop": 848308047
        }
    ]
}