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=7371
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=7372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7370",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7371,
    "results": [
        {
            "start": 969466184,
            "stop": 969466188
        },
        {
            "start": 969466194,
            "stop": 969466240
        },
        {
            "start": 969466261,
            "stop": 969466263
        },
        {
            "start": 969466284,
            "stop": 969467967
        },
        {
            "start": 969467988,
            "stop": 969468833
        },
        {
            "start": 969468837,
            "stop": 969470912
        },
        {
            "start": 969470915,
            "stop": 969471341
        },
        {
            "start": 969471362,
            "stop": 969471406
        },
        {
            "start": 969471427,
            "stop": 969471519
        },
        {
            "start": 969471522,
            "stop": 969473013
        },
        {
            "start": 969473016,
            "stop": 969473360
        },
        {
            "start": 969473364,
            "stop": 969474790
        },
        {
            "start": 969474793,
            "stop": 969475615
        },
        {
            "start": 969475618,
            "stop": 969476010
        },
        {
            "start": 969476013,
            "stop": 969476189
        },
        {
            "start": 969476192,
            "stop": 969477218
        },
        {
            "start": 969477221,
            "stop": 969477401
        },
        {
            "start": 969477412,
            "stop": 969477584
        },
        {
            "start": 969477587,
            "stop": 969477931
        },
        {
            "start": 969477934,
            "stop": 969478205
        }
    ]
}