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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=440",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 441,
    "results": [
        {
            "start": 839987191,
            "stop": 839988031
        },
        {
            "start": 839988255,
            "stop": 839988435
        },
        {
            "start": 839988642,
            "stop": 839989602
        },
        {
            "start": 839989777,
            "stop": 839991637
        },
        {
            "start": 839991809,
            "stop": 839997749
        },
        {
            "start": 839997899,
            "stop": 839999519
        },
        {
            "start": 839999669,
            "stop": 840001469
        },
        {
            "start": 840005889,
            "stop": 840006069
        },
        {
            "start": 840006099,
            "stop": 840006789
        },
        {
            "start": 840008199,
            "stop": 840010119
        },
        {
            "start": 840010337,
            "stop": 840011897
        },
        {
            "start": 840011927,
            "stop": 840019517
        },
        {
            "start": 840019728,
            "stop": 840021468
        },
        {
            "start": 840022384,
            "stop": 840022864
        },
        {
            "start": 840023014,
            "stop": 840024784
        },
        {
            "start": 840025065,
            "stop": 840025305
        },
        {
            "start": 840025525,
            "stop": 840029185
        },
        {
            "start": 840034183,
            "stop": 840035383
        },
        {
            "start": 840035702,
            "stop": 840038372
        },
        {
            "start": 840038432,
            "stop": 840039602
        }
    ]
}