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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=27",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 28,
    "results": [
        {
            "start": 816780663,
            "stop": 816780946
        },
        {
            "start": 816780949,
            "stop": 816780975
        },
        {
            "start": 816780978,
            "stop": 816781264
        },
        {
            "start": 816781267,
            "stop": 816781312
        },
        {
            "start": 816781316,
            "stop": 816781662
        },
        {
            "start": 816781665,
            "stop": 816782102
        },
        {
            "start": 816782105,
            "stop": 816782324
        },
        {
            "start": 816782327,
            "stop": 816782353
        },
        {
            "start": 816782356,
            "stop": 816782436
        },
        {
            "start": 816782439,
            "stop": 816782462
        },
        {
            "start": 816782465,
            "stop": 816782616
        },
        {
            "start": 816782621,
            "stop": 816783552
        },
        {
            "start": 816783555,
            "stop": 816783566
        },
        {
            "start": 816783569,
            "stop": 816783598
        },
        {
            "start": 816783601,
            "stop": 816783602
        },
        {
            "start": 816783605,
            "stop": 816783698
        },
        {
            "start": 816783703,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816783713
        },
        {
            "start": 816783716,
            "stop": 816783748
        },
        {
            "start": 816783755,
            "stop": 816783757
        }
    ]
}