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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=188",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 189,
    "results": [
        {
            "start": 845478132,
            "stop": 845478652
        },
        {
            "start": 845479716,
            "stop": 845492569
        },
        {
            "start": 845493978,
            "stop": 845504043
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533093
        },
        {
            "start": 845539529,
            "stop": 845541910
        },
        {
            "start": 845548807,
            "stop": 845560813
        },
        {
            "start": 845590143,
            "stop": 845590661
        },
        {
            "start": 845590662,
            "stop": 845636143
        },
        {
            "start": 845637179,
            "stop": 845657653
        },
        {
            "start": 845660218,
            "stop": 845665813
        },
        {
            "start": 845666432,
            "stop": 845668136
        },
        {
            "start": 845669780,
            "stop": 845669915
        },
        {
            "start": 845671230,
            "stop": 845673266
        },
        {
            "start": 845673267,
            "stop": 845674137
        },
        {
            "start": 845675760,
            "stop": 845687611
        },
        {
            "start": 845691701,
            "stop": 845700253
        },
        {
            "start": 845700951,
            "stop": 845701110
        },
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793613,
            "stop": 845813233
        }
    ]
}