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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=331",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 332,
    "results": [
        {
            "start": 823076904,
            "stop": 823076952
        },
        {
            "start": 823076967,
            "stop": 823076996
        },
        {
            "start": 823077003,
            "stop": 823077022
        },
        {
            "start": 823077029,
            "stop": 823077099
        },
        {
            "start": 823077106,
            "stop": 823077226
        },
        {
            "start": 823077233,
            "stop": 823077300
        },
        {
            "start": 823077315,
            "stop": 823077465
        },
        {
            "start": 823077473,
            "stop": 823077497
        },
        {
            "start": 823077504,
            "stop": 823077558
        },
        {
            "start": 823077584,
            "stop": 823077598
        },
        {
            "start": 823077606,
            "stop": 823077632
        },
        {
            "start": 823077639,
            "stop": 823077669
        },
        {
            "start": 823077677,
            "stop": 823077700
        },
        {
            "start": 823077707,
            "stop": 823077848
        },
        {
            "start": 823077855,
            "stop": 823077895
        },
        {
            "start": 823077915,
            "stop": 823077940
        },
        {
            "start": 823077953,
            "stop": 823077962
        },
        {
            "start": 823077976,
            "stop": 823077999
        },
        {
            "start": 823078006,
            "stop": 823078018
        },
        {
            "start": 823078387,
            "stop": 823078411
        }
    ]
}