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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=245",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 246,
    "results": [
        {
            "start": 847371763,
            "stop": 847371773
        },
        {
            "start": 847371797,
            "stop": 847371803
        },
        {
            "start": 847371811,
            "stop": 847371831
        },
        {
            "start": 847371844,
            "stop": 847371850
        },
        {
            "start": 847371883,
            "stop": 847371939
        },
        {
            "start": 847371942,
            "stop": 847371948
        },
        {
            "start": 847371952,
            "stop": 847371989
        },
        {
            "start": 847371993,
            "stop": 847372049
        },
        {
            "start": 847372053,
            "stop": 847372146
        },
        {
            "start": 847372155,
            "stop": 847372345
        },
        {
            "start": 847372348,
            "stop": 847376785
        },
        {
            "start": 847376789,
            "stop": 847376842
        },
        {
            "start": 847376847,
            "stop": 847377829
        },
        {
            "start": 847377838,
            "stop": 847377844
        },
        {
            "start": 847377866,
            "stop": 847377887
        },
        {
            "start": 847377905,
            "stop": 847377910
        },
        {
            "start": 847377915,
            "stop": 847378142
        },
        {
            "start": 847378151,
            "stop": 847381286
        },
        {
            "start": 847381289,
            "stop": 847381332
        },
        {
            "start": 847381336,
            "stop": 847381420
        }
    ]
}