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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=438",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 439,
    "results": [
        {
            "start": 839795520,
            "stop": 839796480
        },
        {
            "start": 839798800,
            "stop": 839798920
        },
        {
            "start": 839799076,
            "stop": 839800936
        },
        {
            "start": 839801089,
            "stop": 839801209
        },
        {
            "start": 839802177,
            "stop": 839808117
        },
        {
            "start": 839808919,
            "stop": 839816659
        },
        {
            "start": 839816749,
            "stop": 839817499
        },
        {
            "start": 839817705,
            "stop": 839824905
        },
        {
            "start": 839825110,
            "stop": 839828470
        },
        {
            "start": 839830453,
            "stop": 839832193
        },
        {
            "start": 839833557,
            "stop": 839835117
        },
        {
            "start": 839835289,
            "stop": 839840149
        },
        {
            "start": 839840592,
            "stop": 839844222
        },
        {
            "start": 839844312,
            "stop": 839847012
        },
        {
            "start": 839847177,
            "stop": 839847597
        },
        {
            "start": 839848346,
            "stop": 839848706
        },
        {
            "start": 839850003,
            "stop": 839850723
        },
        {
            "start": 839852455,
            "stop": 839853355
        },
        {
            "start": 839853385,
            "stop": 839853445
        },
        {
            "start": 839853475,
            "stop": 839853535
        }
    ]
}