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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7360",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7361,
    "results": [
        {
            "start": 969411243,
            "stop": 969411417
        },
        {
            "start": 969411420,
            "stop": 969413002
        },
        {
            "start": 969413005,
            "stop": 969413020
        },
        {
            "start": 969413041,
            "stop": 969413759
        },
        {
            "start": 969413762,
            "stop": 969414667
        },
        {
            "start": 969414668,
            "stop": 969415592
        },
        {
            "start": 969415595,
            "stop": 969416066
        },
        {
            "start": 969416069,
            "stop": 969416295
        },
        {
            "start": 969416298,
            "stop": 969416301
        },
        {
            "start": 969416304,
            "stop": 969416316
        },
        {
            "start": 969416319,
            "stop": 969416325
        },
        {
            "start": 969416328,
            "stop": 969416357
        },
        {
            "start": 969416362,
            "stop": 969416694
        },
        {
            "start": 969416697,
            "stop": 969416719
        },
        {
            "start": 969416722,
            "stop": 969417074
        },
        {
            "start": 969417077,
            "stop": 969417102
        },
        {
            "start": 969417105,
            "stop": 969417144
        },
        {
            "start": 969417147,
            "stop": 969417409
        },
        {
            "start": 969417412,
            "stop": 969417710
        },
        {
            "start": 969417713,
            "stop": 969417813
        }
    ]
}