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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=121",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 122,
    "results": [
        {
            "start": 931780432,
            "stop": 931780442
        },
        {
            "start": 931780460,
            "stop": 931780631
        },
        {
            "start": 931780716,
            "stop": 931780771
        },
        {
            "start": 931780791,
            "stop": 931780815
        },
        {
            "start": 931781184,
            "stop": 931781300
        },
        {
            "start": 931781334,
            "stop": 931781337
        },
        {
            "start": 931781355,
            "stop": 931781372
        },
        {
            "start": 931781476,
            "stop": 931781482
        },
        {
            "start": 931781500,
            "stop": 931781521
        },
        {
            "start": 931781639,
            "stop": 931781647
        },
        {
            "start": 931781691,
            "stop": 931781701
        },
        {
            "start": 931781719,
            "stop": 931781738
        },
        {
            "start": 931781770,
            "stop": 931781782
        },
        {
            "start": 931781883,
            "stop": 931781888
        },
        {
            "start": 931781958,
            "stop": 931781993
        },
        {
            "start": 931781995,
            "stop": 931782023
        },
        {
            "start": 931782068,
            "stop": 931782132
        },
        {
            "start": 931782150,
            "stop": 931782177
        },
        {
            "start": 931782197,
            "stop": 931782249
        },
        {
            "start": 931782277,
            "stop": 931782287
        }
    ]
}