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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=157",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 158,
    "results": [
        {
            "start": 819652740,
            "stop": 819654580
        },
        {
            "start": 819654597,
            "stop": 819654722
        },
        {
            "start": 819654726,
            "stop": 819655529
        },
        {
            "start": 819655719,
            "stop": 819656056
        },
        {
            "start": 819656245,
            "stop": 819656602
        },
        {
            "start": 819659384,
            "stop": 819659520
        },
        {
            "start": 819659552,
            "stop": 819660992
        },
        {
            "start": 819661024,
            "stop": 819661082
        },
        {
            "start": 819661202,
            "stop": 819661226
        },
        {
            "start": 819662144,
            "stop": 819664500
        },
        {
            "start": 819664620,
            "stop": 819664740
        },
        {
            "start": 819664800,
            "stop": 819664920
        },
        {
            "start": 819665160,
            "stop": 819665220
        },
        {
            "start": 819665340,
            "stop": 819665400
        },
        {
            "start": 819665683,
            "stop": 819666043
        },
        {
            "start": 819666060,
            "stop": 819666176
        },
        {
            "start": 819666208,
            "stop": 819667477
        },
        {
            "start": 819667494,
            "stop": 819667980
        },
        {
            "start": 819668040,
            "stop": 819668295
        },
        {
            "start": 819668312,
            "stop": 819668545
        }
    ]
}