Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33374
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33373",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33374,
    "results": [
        {
            "start": 971602821,
            "stop": 971602953
        },
        {
            "start": 971602956,
            "stop": 971604406
        },
        {
            "start": 971604409,
            "stop": 971605054
        },
        {
            "start": 971605057,
            "stop": 971605874
        },
        {
            "start": 971605877,
            "stop": 971607080
        },
        {
            "start": 971607083,
            "stop": 971608794
        },
        {
            "start": 971608805,
            "stop": 971608862
        },
        {
            "start": 971608873,
            "stop": 971608954
        },
        {
            "start": 971608960,
            "stop": 971608962
        },
        {
            "start": 971608965,
            "stop": 971608987
        },
        {
            "start": 971608990,
            "stop": 971609073
        },
        {
            "start": 971609076,
            "stop": 971609987
        },
        {
            "start": 971609993,
            "stop": 971610129
        },
        {
            "start": 971610132,
            "stop": 971610358
        },
        {
            "start": 971610361,
            "stop": 971610606
        },
        {
            "start": 971610609,
            "stop": 971610792
        },
        {
            "start": 971610793,
            "stop": 971611039
        },
        {
            "start": 971611042,
            "stop": 971611490
        },
        {
            "start": 971611493,
            "stop": 971612473
        },
        {
            "start": 971612476,
            "stop": 971613521
        }
    ]
}