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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=278",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 279,
    "results": [
        {
            "start": 821688791,
            "stop": 821688805
        },
        {
            "start": 821688808,
            "stop": 821688809
        },
        {
            "start": 821688812,
            "stop": 821688814
        },
        {
            "start": 821688817,
            "stop": 821688820
        },
        {
            "start": 821688823,
            "stop": 821688832
        },
        {
            "start": 821688841,
            "stop": 821688864
        },
        {
            "start": 821688871,
            "stop": 821688891
        },
        {
            "start": 821688894,
            "stop": 821688905
        },
        {
            "start": 821688908,
            "stop": 821688936
        },
        {
            "start": 821688939,
            "stop": 821688945
        },
        {
            "start": 821688948,
            "stop": 821688953
        },
        {
            "start": 821688956,
            "stop": 821688970
        },
        {
            "start": 821688974,
            "stop": 821688987
        },
        {
            "start": 821688991,
            "stop": 821688995
        },
        {
            "start": 821688999,
            "stop": 821689007
        },
        {
            "start": 821689013,
            "stop": 821689017
        },
        {
            "start": 821689020,
            "stop": 821689022
        },
        {
            "start": 821689026,
            "stop": 821689046
        },
        {
            "start": 821689049,
            "stop": 821689054
        },
        {
            "start": 821689057,
            "stop": 821689064
        }
    ]
}