Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10247
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=10248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10246",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10247,
    "results": [
        {
            "start": 874581773,
            "stop": 874584774
        },
        {
            "start": 874584812,
            "stop": 874586671
        },
        {
            "start": 874586725,
            "stop": 874587612
        },
        {
            "start": 874587658,
            "stop": 874587732
        },
        {
            "start": 874587800,
            "stop": 874589503
        },
        {
            "start": 874589539,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591375
        },
        {
            "start": 874591420,
            "stop": 874591509
        },
        {
            "start": 874591546,
            "stop": 874592229
        },
        {
            "start": 874592265,
            "stop": 874593711
        },
        {
            "start": 874593747,
            "stop": 874593953
        },
        {
            "start": 874594010,
            "stop": 874594327
        },
        {
            "start": 874594363,
            "stop": 874594374
        },
        {
            "start": 874594419,
            "stop": 874594575
        },
        {
            "start": 874594611,
            "stop": 874594650
        },
        {
            "start": 874601066,
            "stop": 874601357
        },
        {
            "start": 874601623,
            "stop": 874601875
        },
        {
            "start": 874601911,
            "stop": 874602588
        },
        {
            "start": 874602648,
            "stop": 874602652
        },
        {
            "start": 874602688,
            "stop": 874603074
        }
    ]
}