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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4330",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4331,
    "results": [
        {
            "start": 874728555,
            "stop": 874728586
        },
        {
            "start": 874728605,
            "stop": 874728660
        },
        {
            "start": 874728720,
            "stop": 874728727
        },
        {
            "start": 874728747,
            "stop": 874728781
        },
        {
            "start": 874728801,
            "stop": 874728902
        },
        {
            "start": 874728922,
            "stop": 874729013
        },
        {
            "start": 874729033,
            "stop": 874729200
        },
        {
            "start": 874729260,
            "stop": 874729269
        },
        {
            "start": 874729295,
            "stop": 874729311
        },
        {
            "start": 874729440,
            "stop": 874729609
        },
        {
            "start": 874729628,
            "stop": 874729641
        },
        {
            "start": 874729661,
            "stop": 874729822
        },
        {
            "start": 874729841,
            "stop": 874729855
        },
        {
            "start": 874729874,
            "stop": 874729938
        },
        {
            "start": 874729967,
            "stop": 874729989
        },
        {
            "start": 874730008,
            "stop": 874730101
        },
        {
            "start": 874730135,
            "stop": 874730151
        },
        {
            "start": 874730170,
            "stop": 874730238
        },
        {
            "start": 874730257,
            "stop": 874730309
        },
        {
            "start": 874730328,
            "stop": 874730461
        }
    ]
}