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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4698",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4699,
    "results": [
        {
            "start": 874383736,
            "stop": 874383743
        },
        {
            "start": 874383763,
            "stop": 874383764
        },
        {
            "start": 874383900,
            "stop": 874384126
        },
        {
            "start": 874384149,
            "stop": 874384165
        },
        {
            "start": 874384184,
            "stop": 874384219
        },
        {
            "start": 874384238,
            "stop": 874384255
        },
        {
            "start": 874384320,
            "stop": 874384381
        },
        {
            "start": 874384417,
            "stop": 874384423
        },
        {
            "start": 874384462,
            "stop": 874384466
        },
        {
            "start": 874384485,
            "stop": 874384557
        },
        {
            "start": 874384577,
            "stop": 874384620
        },
        {
            "start": 874384740,
            "stop": 874384785
        },
        {
            "start": 874384808,
            "stop": 874384838
        },
        {
            "start": 874384857,
            "stop": 874384882
        },
        {
            "start": 874384901,
            "stop": 874384981
        },
        {
            "start": 874385000,
            "stop": 874385010
        },
        {
            "start": 874385031,
            "stop": 874385048
        },
        {
            "start": 874385067,
            "stop": 874385074
        },
        {
            "start": 874385094,
            "stop": 874385136
        },
        {
            "start": 874385155,
            "stop": 874385362
        }
    ]
}