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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1845",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1843",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1844,
    "results": [
        {
            "start": 1250495357,
            "stop": 1250495803
        },
        {
            "start": 1250495804,
            "stop": 1250495936
        },
        {
            "start": 1250495940,
            "stop": 1250496002
        },
        {
            "start": 1250496005,
            "stop": 1250496424
        },
        {
            "start": 1250496427,
            "stop": 1250497106
        },
        {
            "start": 1250497109,
            "stop": 1250497496
        },
        {
            "start": 1250497497,
            "stop": 1250497555
        },
        {
            "start": 1250497556,
            "stop": 1250497559
        },
        {
            "start": 1250497560,
            "stop": 1250497593
        },
        {
            "start": 1250497601,
            "stop": 1250497669
        },
        {
            "start": 1250497672,
            "stop": 1250498440
        },
        {
            "start": 1250498441,
            "stop": 1250498781
        },
        {
            "start": 1250498782,
            "stop": 1250498787
        },
        {
            "start": 1250498788,
            "stop": 1250498902
        },
        {
            "start": 1250498903,
            "stop": 1250499816
        },
        {
            "start": 1250499819,
            "stop": 1250499828
        },
        {
            "start": 1250499831,
            "stop": 1250499875
        },
        {
            "start": 1250499878,
            "stop": 1250500272
        },
        {
            "start": 1250500275,
            "stop": 1250500300
        },
        {
            "start": 1250500303,
            "stop": 1250502285
        }
    ]
}