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=10032
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=10033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10031",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10032,
    "results": [
        {
            "start": 872484884,
            "stop": 872484888
        },
        {
            "start": 872484926,
            "stop": 872484953
        },
        {
            "start": 872485018,
            "stop": 872485105
        },
        {
            "start": 872485172,
            "stop": 872485194
        },
        {
            "start": 872485239,
            "stop": 872485242
        },
        {
            "start": 872485315,
            "stop": 872485321
        },
        {
            "start": 872485371,
            "stop": 872485500
        },
        {
            "start": 872485652,
            "stop": 872485695
        },
        {
            "start": 872485734,
            "stop": 872485846
        },
        {
            "start": 872485863,
            "stop": 872486420
        },
        {
            "start": 872486456,
            "stop": 872486499
        },
        {
            "start": 872486535,
            "stop": 872486590
        },
        {
            "start": 872486627,
            "stop": 872486831
        },
        {
            "start": 872486898,
            "stop": 872488601
        },
        {
            "start": 872488618,
            "stop": 872490683
        },
        {
            "start": 872490723,
            "stop": 872490952
        },
        {
            "start": 872490969,
            "stop": 872491168
        },
        {
            "start": 872491233,
            "stop": 872491260
        },
        {
            "start": 872491298,
            "stop": 872492042
        },
        {
            "start": 872492078,
            "stop": 872492106
        }
    ]
}