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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=361",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 362,
    "results": [
        {
            "start": 821349326,
            "stop": 821349362
        },
        {
            "start": 821349365,
            "stop": 821349366
        },
        {
            "start": 821349369,
            "stop": 821349633
        },
        {
            "start": 821349668,
            "stop": 821349871
        },
        {
            "start": 821349890,
            "stop": 821350119
        },
        {
            "start": 821350138,
            "stop": 821350262
        },
        {
            "start": 821350266,
            "stop": 821350341
        },
        {
            "start": 821350360,
            "stop": 821350548
        },
        {
            "start": 821350567,
            "stop": 821350763
        },
        {
            "start": 821350782,
            "stop": 821350908
        },
        {
            "start": 821350942,
            "stop": 821351067
        },
        {
            "start": 821351086,
            "stop": 821351174
        },
        {
            "start": 821351193,
            "stop": 821351212
        },
        {
            "start": 821351216,
            "stop": 821351339
        },
        {
            "start": 821351367,
            "stop": 821351389
        },
        {
            "start": 821351408,
            "stop": 821351431
        },
        {
            "start": 821351434,
            "stop": 821351519
        },
        {
            "start": 821351522,
            "stop": 821351648
        },
        {
            "start": 821351696,
            "stop": 821351714
        },
        {
            "start": 821351736,
            "stop": 821351780
        }
    ]
}