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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=166",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 167,
    "results": [
        {
            "start": 833857869,
            "stop": 833857889
        },
        {
            "start": 833857893,
            "stop": 833857985
        },
        {
            "start": 833857990,
            "stop": 833859022
        },
        {
            "start": 833859026,
            "stop": 833869611
        },
        {
            "start": 833871081,
            "stop": 833885524
        },
        {
            "start": 833887062,
            "stop": 833917689
        },
        {
            "start": 833930440,
            "stop": 833936822
        },
        {
            "start": 833938933,
            "stop": 833947513
        },
        {
            "start": 833956668,
            "stop": 833964688
        },
        {
            "start": 833965248,
            "stop": 833992713
        },
        {
            "start": 833993181,
            "stop": 834037308
        },
        {
            "start": 834038517,
            "stop": 834040633
        },
        {
            "start": 834040679,
            "stop": 834040680
        },
        {
            "start": 834040850,
            "stop": 834047953
        },
        {
            "start": 834054406,
            "stop": 834069536
        },
        {
            "start": 834074572,
            "stop": 834074637
        },
        {
            "start": 834074719,
            "stop": 834091980
        },
        {
            "start": 834095636,
            "stop": 834097693
        },
        {
            "start": 834099588,
            "stop": 834105126
        },
        {
            "start": 834108925,
            "stop": 834117401
        }
    ]
}