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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=246",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 247,
    "results": [
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934613
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940144,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970238
        },
        {
            "start": 851979676,
            "stop": 852025671
        },
        {
            "start": 852026505,
            "stop": 852051433
        },
        {
            "start": 852054527,
            "stop": 852056943
        },
        {
            "start": 852056947,
            "stop": 852057532
        },
        {
            "start": 852057536,
            "stop": 852058262
        },
        {
            "start": 852058265,
            "stop": 852058329
        },
        {
            "start": 852058334,
            "stop": 852058339
        },
        {
            "start": 852058343,
            "stop": 852061152
        },
        {
            "start": 852061170,
            "stop": 852061180
        },
        {
            "start": 852061184,
            "stop": 852061265
        },
        {
            "start": 852061268,
            "stop": 852061675
        },
        {
            "start": 852061679,
            "stop": 852061723
        },
        {
            "start": 852061732,
            "stop": 852061757
        },
        {
            "start": 852061761,
            "stop": 852061839
        }
    ]
}