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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=39",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 40,
    "results": [
        {
            "start": 931482765,
            "stop": 931482770
        },
        {
            "start": 931482773,
            "stop": 931482776
        },
        {
            "start": 931482779,
            "stop": 931482782
        },
        {
            "start": 931482788,
            "stop": 931482792
        },
        {
            "start": 931482795,
            "stop": 931482800
        },
        {
            "start": 931482803,
            "stop": 931482805
        },
        {
            "start": 931482808,
            "stop": 931482812
        },
        {
            "start": 931482816,
            "stop": 931482828
        },
        {
            "start": 931482831,
            "stop": 931482834
        },
        {
            "start": 931482839,
            "stop": 931482843
        },
        {
            "start": 931482848,
            "stop": 931482853
        },
        {
            "start": 931482855,
            "stop": 931482864
        },
        {
            "start": 931482869,
            "stop": 931482871
        },
        {
            "start": 931482874,
            "stop": 931482880
        },
        {
            "start": 931482883,
            "stop": 931482897
        },
        {
            "start": 931482899,
            "stop": 931482903
        },
        {
            "start": 931482907,
            "stop": 931482912
        },
        {
            "start": 931482916,
            "stop": 931482922
        },
        {
            "start": 931482929,
            "stop": 931482930
        },
        {
            "start": 931482944,
            "stop": 931482945
        }
    ]
}