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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7546",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7544",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7545,
    "results": [
        {
            "start": 970425648,
            "stop": 970425667
        },
        {
            "start": 970425670,
            "stop": 970425687
        },
        {
            "start": 970425690,
            "stop": 970425731
        },
        {
            "start": 970425737,
            "stop": 970425760
        },
        {
            "start": 970425763,
            "stop": 970425773
        },
        {
            "start": 970425776,
            "stop": 970425790
        },
        {
            "start": 970425793,
            "stop": 970425807
        },
        {
            "start": 970425813,
            "stop": 970425826
        },
        {
            "start": 970425847,
            "stop": 970425861
        },
        {
            "start": 970425867,
            "stop": 970425873
        },
        {
            "start": 970425876,
            "stop": 970425905
        },
        {
            "start": 970425908,
            "stop": 970425909
        },
        {
            "start": 970425913,
            "stop": 970425935
        },
        {
            "start": 970425941,
            "stop": 970425970
        },
        {
            "start": 970425976,
            "stop": 970425985
        },
        {
            "start": 970425988,
            "stop": 970426006
        },
        {
            "start": 970426049,
            "stop": 970426051
        },
        {
            "start": 970426054,
            "stop": 970426061
        },
        {
            "start": 970426064,
            "stop": 970426066
        },
        {
            "start": 970426073,
            "stop": 970426084
        }
    ]
}