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=3717
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=3718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3716",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3717,
    "results": [
        {
            "start": 872602370,
            "stop": 872602458
        },
        {
            "start": 872602461,
            "stop": 872602507
        },
        {
            "start": 872602510,
            "stop": 872602560
        },
        {
            "start": 872602563,
            "stop": 872602564
        },
        {
            "start": 872602567,
            "stop": 872602593
        },
        {
            "start": 872602596,
            "stop": 872602612
        },
        {
            "start": 872602616,
            "stop": 872602625
        },
        {
            "start": 872602629,
            "stop": 872602715
        },
        {
            "start": 872602718,
            "stop": 872602947
        },
        {
            "start": 872602948,
            "stop": 872603197
        },
        {
            "start": 872603234,
            "stop": 872603788
        },
        {
            "start": 872603791,
            "stop": 872603799
        },
        {
            "start": 872603802,
            "stop": 872603811
        },
        {
            "start": 872604594,
            "stop": 872604759
        },
        {
            "start": 872604760,
            "stop": 872606214
        },
        {
            "start": 872606217,
            "stop": 872606365
        },
        {
            "start": 872606368,
            "stop": 872606717
        },
        {
            "start": 872606718,
            "stop": 872606737
        },
        {
            "start": 872606739,
            "stop": 872606778
        },
        {
            "start": 872608633,
            "stop": 872608801
        }
    ]
}