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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=726",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 727,
    "results": [
        {
            "start": 830416874,
            "stop": 830416963
        },
        {
            "start": 830416967,
            "stop": 830417045
        },
        {
            "start": 830417048,
            "stop": 830417109
        },
        {
            "start": 830417112,
            "stop": 830417728
        },
        {
            "start": 830417732,
            "stop": 830417970
        },
        {
            "start": 830417973,
            "stop": 830418693
        },
        {
            "start": 830418696,
            "stop": 830420877
        },
        {
            "start": 830420880,
            "stop": 830421365
        },
        {
            "start": 830421368,
            "stop": 830422355
        },
        {
            "start": 830422358,
            "stop": 830422469
        },
        {
            "start": 830422472,
            "stop": 830422770
        },
        {
            "start": 830422773,
            "stop": 830422994
        },
        {
            "start": 830422997,
            "stop": 830423440
        },
        {
            "start": 830423443,
            "stop": 830423504
        },
        {
            "start": 830423508,
            "stop": 830423589
        },
        {
            "start": 830423592,
            "stop": 830423686
        },
        {
            "start": 830423689,
            "stop": 830424155
        },
        {
            "start": 830424172,
            "stop": 830424729
        },
        {
            "start": 830424732,
            "stop": 830425371
        },
        {
            "start": 830425374,
            "stop": 830426442
        }
    ]
}