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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=202",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 203,
    "results": [
        {
            "start": 839682730,
            "stop": 839682793
        },
        {
            "start": 839684385,
            "stop": 839690760
        },
        {
            "start": 839708621,
            "stop": 839713528
        },
        {
            "start": 839713618,
            "stop": 839718657
        },
        {
            "start": 839719817,
            "stop": 839721950
        },
        {
            "start": 839723122,
            "stop": 839777293
        },
        {
            "start": 839777328,
            "stop": 839777329
        },
        {
            "start": 839777573,
            "stop": 839780717
        },
        {
            "start": 839780857,
            "stop": 839783053
        },
        {
            "start": 839783099,
            "stop": 839783101
        },
        {
            "start": 839783169,
            "stop": 839783170
        },
        {
            "start": 839783406,
            "stop": 839784566
        },
        {
            "start": 839784733,
            "stop": 839788026
        },
        {
            "start": 839788180,
            "stop": 839788333
        },
        {
            "start": 839788378,
            "stop": 839788379
        },
        {
            "start": 839788496,
            "stop": 839788813
        },
        {
            "start": 839788830,
            "stop": 839788831
        },
        {
            "start": 839788955,
            "stop": 839792293
        },
        {
            "start": 839792333,
            "stop": 839792334
        },
        {
            "start": 839793828,
            "stop": 839794455
        }
    ]
}