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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=197",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 198,
    "results": [
        {
            "start": 820482427,
            "stop": 820482781
        },
        {
            "start": 820482786,
            "stop": 820482893
        },
        {
            "start": 820482897,
            "stop": 820483011
        },
        {
            "start": 820483014,
            "stop": 820483018
        },
        {
            "start": 820483021,
            "stop": 820483086
        },
        {
            "start": 820483089,
            "stop": 820483184
        },
        {
            "start": 820483188,
            "stop": 820483191
        },
        {
            "start": 820483194,
            "stop": 820483304
        },
        {
            "start": 820483307,
            "stop": 820483467
        },
        {
            "start": 820483470,
            "stop": 820483659
        },
        {
            "start": 820483663,
            "stop": 820484001
        },
        {
            "start": 820484004,
            "stop": 820484174
        },
        {
            "start": 820484177,
            "stop": 820484179
        },
        {
            "start": 820484182,
            "stop": 820484204
        },
        {
            "start": 820484207,
            "stop": 820484279
        },
        {
            "start": 820484282,
            "stop": 820484515
        },
        {
            "start": 820484519,
            "stop": 820484521
        },
        {
            "start": 820484525,
            "stop": 820484539
        },
        {
            "start": 820484542,
            "stop": 820484684
        },
        {
            "start": 820484687,
            "stop": 820484984
        }
    ]
}