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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4638",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4639,
    "results": [
        {
            "start": 874249386,
            "stop": 874249400
        },
        {
            "start": 874249435,
            "stop": 874249461
        },
        {
            "start": 874249529,
            "stop": 874249643
        },
        {
            "start": 874249662,
            "stop": 874249686
        },
        {
            "start": 874249705,
            "stop": 874249779
        },
        {
            "start": 874249814,
            "stop": 874249824
        },
        {
            "start": 874249843,
            "stop": 874249861
        },
        {
            "start": 874249885,
            "stop": 874249931
        },
        {
            "start": 874249950,
            "stop": 874249980
        },
        {
            "start": 874250044,
            "stop": 874250061
        },
        {
            "start": 874250080,
            "stop": 874250093
        },
        {
            "start": 874250142,
            "stop": 874250211
        },
        {
            "start": 874250230,
            "stop": 874250256
        },
        {
            "start": 874250275,
            "stop": 874250293
        },
        {
            "start": 874250340,
            "stop": 874250354
        },
        {
            "start": 874250374,
            "stop": 874250420
        },
        {
            "start": 874250454,
            "stop": 874250502
        },
        {
            "start": 874250541,
            "stop": 874250632
        },
        {
            "start": 874250664,
            "stop": 874250708
        },
        {
            "start": 874250727,
            "stop": 874250728
        }
    ]
}