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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 341,
    "results": [
        {
            "start": 855241055,
            "stop": 855243104
        },
        {
            "start": 855244972,
            "stop": 855246134
        },
        {
            "start": 855246137,
            "stop": 855258213
        },
        {
            "start": 855258513,
            "stop": 855268027
        },
        {
            "start": 855268529,
            "stop": 855294905
        },
        {
            "start": 855294908,
            "stop": 855312173
        },
        {
            "start": 855314161,
            "stop": 855333855
        },
        {
            "start": 855333860,
            "stop": 855333900
        },
        {
            "start": 855333905,
            "stop": 855334142
        },
        {
            "start": 855334148,
            "stop": 855339372
        },
        {
            "start": 855339380,
            "stop": 855339382
        },
        {
            "start": 855339388,
            "stop": 855339397
        },
        {
            "start": 855339403,
            "stop": 855339405
        },
        {
            "start": 855339413,
            "stop": 855339462
        },
        {
            "start": 855339468,
            "stop": 855339975
        },
        {
            "start": 855339980,
            "stop": 855339982
        },
        {
            "start": 855339988,
            "stop": 855345590
        },
        {
            "start": 855345595,
            "stop": 855345600
        },
        {
            "start": 855345615,
            "stop": 855345617
        },
        {
            "start": 855345625,
            "stop": 855345640
        }
    ]
}