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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7107",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7108,
    "results": [
        {
            "start": 874216356,
            "stop": 874216383
        },
        {
            "start": 874216385,
            "stop": 874216468
        },
        {
            "start": 874216470,
            "stop": 874216511
        },
        {
            "start": 874216512,
            "stop": 874216558
        },
        {
            "start": 874216559,
            "stop": 874216681
        },
        {
            "start": 874216682,
            "stop": 874216944
        },
        {
            "start": 874216945,
            "stop": 874217557
        },
        {
            "start": 874217558,
            "stop": 874217796
        },
        {
            "start": 874217797,
            "stop": 874217901
        },
        {
            "start": 874217903,
            "stop": 874218177
        },
        {
            "start": 874218178,
            "stop": 874218205
        },
        {
            "start": 874218206,
            "stop": 874218240
        },
        {
            "start": 874218241,
            "stop": 874218344
        },
        {
            "start": 874218346,
            "stop": 874218439
        },
        {
            "start": 874218440,
            "stop": 874219629
        },
        {
            "start": 874219630,
            "stop": 874219678
        },
        {
            "start": 874219679,
            "stop": 874219876
        },
        {
            "start": 874219877,
            "stop": 874219926
        },
        {
            "start": 874219927,
            "stop": 874219969
        },
        {
            "start": 874219970,
            "stop": 874219978
        }
    ]
}