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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=167",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 168,
    "results": [
        {
            "start": 840292483,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840317173
        },
        {
            "start": 840318177,
            "stop": 840320355
        },
        {
            "start": 840320358,
            "stop": 840403563
        },
        {
            "start": 840405357,
            "stop": 840406176
        },
        {
            "start": 840406183,
            "stop": 840414655
        },
        {
            "start": 840414656,
            "stop": 840474605
        },
        {
            "start": 840474606,
            "stop": 840481840
        },
        {
            "start": 840481841,
            "stop": 840486733
        },
        {
            "start": 840486737,
            "stop": 840488385
        },
        {
            "start": 840489766,
            "stop": 840491953
        },
        {
            "start": 840493347,
            "stop": 840500873
        },
        {
            "start": 840502286,
            "stop": 840502609
        },
        {
            "start": 840505845,
            "stop": 840576613
        },
        {
            "start": 840585328,
            "stop": 840585716
        },
        {
            "start": 840585720,
            "stop": 840671267
        },
        {
            "start": 840672500,
            "stop": 840734628
        },
        {
            "start": 840735792,
            "stop": 840736562
        },
        {
            "start": 840736567,
            "stop": 840736801
        },
        {
            "start": 840737388,
            "stop": 840737470
        }
    ]
}