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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9997",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9998,
    "results": [
        {
            "start": 872192510,
            "stop": 872192840
        },
        {
            "start": 872192857,
            "stop": 872193100
        },
        {
            "start": 872193220,
            "stop": 872193383
        },
        {
            "start": 872193401,
            "stop": 872193459
        },
        {
            "start": 872193477,
            "stop": 872193528
        },
        {
            "start": 872193563,
            "stop": 872193595
        },
        {
            "start": 872193612,
            "stop": 872193630
        },
        {
            "start": 872196186,
            "stop": 872196223
        },
        {
            "start": 872196261,
            "stop": 872196575
        },
        {
            "start": 872196592,
            "stop": 872196702
        },
        {
            "start": 872196736,
            "stop": 872196751
        },
        {
            "start": 872196768,
            "stop": 872196843
        },
        {
            "start": 872196860,
            "stop": 872196908
        },
        {
            "start": 872196925,
            "stop": 872197461
        },
        {
            "start": 872197478,
            "stop": 872197488
        },
        {
            "start": 872197522,
            "stop": 872197783
        },
        {
            "start": 872197826,
            "stop": 872198676
        },
        {
            "start": 872198701,
            "stop": 872199008
        },
        {
            "start": 872199044,
            "stop": 872199057
        },
        {
            "start": 872199088,
            "stop": 872199098
        }
    ]
}