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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=190",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 191,
    "results": [
        {
            "start": 837830278,
            "stop": 837830298
        },
        {
            "start": 837830302,
            "stop": 837830587
        },
        {
            "start": 837830591,
            "stop": 837830597
        },
        {
            "start": 837830606,
            "stop": 837830669
        },
        {
            "start": 837830678,
            "stop": 837831294
        },
        {
            "start": 837831298,
            "stop": 837831304
        },
        {
            "start": 837831308,
            "stop": 837831522
        },
        {
            "start": 837831526,
            "stop": 837831631
        },
        {
            "start": 837831635,
            "stop": 837831974
        },
        {
            "start": 837831977,
            "stop": 837831995
        },
        {
            "start": 837831999,
            "stop": 837832171
        },
        {
            "start": 837832189,
            "stop": 837832219
        },
        {
            "start": 837832227,
            "stop": 837832243
        },
        {
            "start": 837832247,
            "stop": 837832374
        },
        {
            "start": 837837028,
            "stop": 837837681
        },
        {
            "start": 837837685,
            "stop": 837843230
        },
        {
            "start": 837844612,
            "stop": 837865930
        },
        {
            "start": 837867068,
            "stop": 837869905
        },
        {
            "start": 837870119,
            "stop": 837871590
        },
        {
            "start": 837912636,
            "stop": 837913816
        }
    ]
}