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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=135",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 136,
    "results": [
        {
            "start": 832658796,
            "stop": 832667463
        },
        {
            "start": 832667561,
            "stop": 832682601
        },
        {
            "start": 832682841,
            "stop": 832682901
        },
        {
            "start": 832684426,
            "stop": 832688353
        },
        {
            "start": 832689169,
            "stop": 832690143
        },
        {
            "start": 832690878,
            "stop": 832698892
        },
        {
            "start": 832701217,
            "stop": 832702360
        },
        {
            "start": 832703030,
            "stop": 832706533
        },
        {
            "start": 832707216,
            "stop": 832713846
        },
        {
            "start": 832713847,
            "stop": 832713973
        },
        {
            "start": 832715036,
            "stop": 832716661
        },
        {
            "start": 832717254,
            "stop": 832718833
        },
        {
            "start": 832719982,
            "stop": 832720393
        },
        {
            "start": 832720539,
            "stop": 832732826
        },
        {
            "start": 832732829,
            "stop": 832772754
        },
        {
            "start": 832774035,
            "stop": 832801933
        },
        {
            "start": 832803849,
            "stop": 832821912
        },
        {
            "start": 832823213,
            "stop": 832823293
        },
        {
            "start": 832824326,
            "stop": 832852993
        },
        {
            "start": 832855777,
            "stop": 832858393
        }
    ]
}