Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46866
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=46867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46865",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46866,
    "results": [
        {
            "start": 875146324,
            "stop": 875146328
        },
        {
            "start": 875146329,
            "stop": 875146344
        },
        {
            "start": 875146346,
            "stop": 875146397
        },
        {
            "start": 875146398,
            "stop": 875146406
        },
        {
            "start": 875146407,
            "stop": 875146408
        },
        {
            "start": 875146409,
            "stop": 875146413
        },
        {
            "start": 875146415,
            "stop": 875146421
        },
        {
            "start": 875146424,
            "stop": 875146430
        },
        {
            "start": 875146433,
            "stop": 875146455
        },
        {
            "start": 875146456,
            "stop": 875146462
        },
        {
            "start": 875146465,
            "stop": 875146470
        },
        {
            "start": 875146474,
            "stop": 875146482
        },
        {
            "start": 875146483,
            "stop": 875146487
        },
        {
            "start": 875146488,
            "stop": 875146493
        },
        {
            "start": 875146495,
            "stop": 875146503
        },
        {
            "start": 875146504,
            "stop": 875146505
        },
        {
            "start": 875146510,
            "stop": 875146514
        },
        {
            "start": 875146516,
            "stop": 875146536
        },
        {
            "start": 875146537,
            "stop": 875146543
        },
        {
            "start": 875146545,
            "stop": 875146553
        }
    ]
}