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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8826",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8827,
    "results": [
        {
            "start": 872685519,
            "stop": 872685531
        },
        {
            "start": 872685548,
            "stop": 872685569
        },
        {
            "start": 872685597,
            "stop": 872685651
        },
        {
            "start": 872685668,
            "stop": 872685715
        },
        {
            "start": 872685732,
            "stop": 872685939
        },
        {
            "start": 872685956,
            "stop": 872686892
        },
        {
            "start": 872686909,
            "stop": 872687363
        },
        {
            "start": 872687380,
            "stop": 872687717
        },
        {
            "start": 872687734,
            "stop": 872687739
        },
        {
            "start": 872687756,
            "stop": 872687782
        },
        {
            "start": 872687799,
            "stop": 872687805
        },
        {
            "start": 872687822,
            "stop": 872687826
        },
        {
            "start": 872687856,
            "stop": 872689627
        },
        {
            "start": 872689931,
            "stop": 872690276
        },
        {
            "start": 872690293,
            "stop": 872690337
        },
        {
            "start": 872690551,
            "stop": 872690860
        },
        {
            "start": 872690877,
            "stop": 872691227
        },
        {
            "start": 872691998,
            "stop": 872692850
        },
        {
            "start": 872692867,
            "stop": 872692877
        },
        {
            "start": 872692894,
            "stop": 872695079
        }
    ]
}