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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=149",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 150,
    "results": [
        {
            "start": 869526155,
            "stop": 869535583
        },
        {
            "start": 869537423,
            "stop": 869540709
        },
        {
            "start": 869542973,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869582270
        },
        {
            "start": 869585912,
            "stop": 869600601
        },
        {
            "start": 869601961,
            "stop": 869603780
        },
        {
            "start": 869604524,
            "stop": 869604860
        },
        {
            "start": 869605879,
            "stop": 869613882
        },
        {
            "start": 869615410,
            "stop": 869616259
        },
        {
            "start": 869617306,
            "stop": 869617361
        },
        {
            "start": 869619478,
            "stop": 869648694
        },
        {
            "start": 869649455,
            "stop": 869661179
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869667878
        },
        {
            "start": 869670071,
            "stop": 869720573
        },
        {
            "start": 869725134,
            "stop": 869773249
        },
        {
            "start": 869779285,
            "stop": 869858195
        },
        {
            "start": 869861420,
            "stop": 869868635
        },
        {
            "start": 869869301,
            "stop": 869871447
        },
        {
            "start": 869872091,
            "stop": 869922590
        }
    ]
}