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=566
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=567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=565",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 566,
    "results": [
        {
            "start": 873206743,
            "stop": 873206750
        },
        {
            "start": 873206755,
            "stop": 873214448
        },
        {
            "start": 873214451,
            "stop": 873217542
        },
        {
            "start": 873217544,
            "stop": 873219938
        },
        {
            "start": 873219941,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873225595
        },
        {
            "start": 873225660,
            "stop": 873227462
        },
        {
            "start": 873227574,
            "stop": 873229956
        },
        {
            "start": 873229960,
            "stop": 873230585
        },
        {
            "start": 873230590,
            "stop": 873230695
        },
        {
            "start": 873230699,
            "stop": 873231472
        },
        {
            "start": 873231478,
            "stop": 873231495
        },
        {
            "start": 873231496,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873234720
        },
        {
            "start": 873234725,
            "stop": 873235506
        },
        {
            "start": 873235610,
            "stop": 873236136
        },
        {
            "start": 873236295,
            "stop": 873236317
        },
        {
            "start": 873236598,
            "stop": 873239429
        },
        {
            "start": 873239431,
            "stop": 873239433
        },
        {
            "start": 873239437,
            "stop": 873240300
        }
    ]
}