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=7395
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=7396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7394",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7395,
    "results": [
        {
            "start": 969751476,
            "stop": 969751623
        },
        {
            "start": 969751626,
            "stop": 969751674
        },
        {
            "start": 969751677,
            "stop": 969752477
        },
        {
            "start": 969752480,
            "stop": 969752768
        },
        {
            "start": 969752771,
            "stop": 969752799
        },
        {
            "start": 969752802,
            "stop": 969752832
        },
        {
            "start": 969752835,
            "stop": 969752927
        },
        {
            "start": 969753047,
            "stop": 969753112
        },
        {
            "start": 969753115,
            "stop": 969753435
        },
        {
            "start": 969753438,
            "stop": 969753452
        },
        {
            "start": 969753455,
            "stop": 969753499
        },
        {
            "start": 969753502,
            "stop": 969753655
        },
        {
            "start": 969753658,
            "stop": 969753710
        },
        {
            "start": 969753713,
            "stop": 969753855
        },
        {
            "start": 969753858,
            "stop": 969753862
        },
        {
            "start": 969753865,
            "stop": 969753943
        },
        {
            "start": 969757018,
            "stop": 969757083
        },
        {
            "start": 969757086,
            "stop": 969757091
        },
        {
            "start": 969757094,
            "stop": 969757168
        },
        {
            "start": 969757171,
            "stop": 969757588
        }
    ]
}