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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=657",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 658,
    "results": [
        {
            "start": 849727436,
            "stop": 849728926
        },
        {
            "start": 849729869,
            "stop": 849750623
        },
        {
            "start": 849752708,
            "stop": 849774013
        },
        {
            "start": 849777933,
            "stop": 849786073
        },
        {
            "start": 849794224,
            "stop": 849820091
        },
        {
            "start": 849820094,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        },
        {
            "start": 849829576,
            "stop": 849870108
        },
        {
            "start": 849871555,
            "stop": 849892633
        },
        {
            "start": 849897424,
            "stop": 849901303
        },
        {
            "start": 849901998,
            "stop": 849903287
        },
        {
            "start": 849905014,
            "stop": 849905316
        },
        {
            "start": 849907744,
            "stop": 849908370
        },
        {
            "start": 849909071,
            "stop": 849911388
        },
        {
            "start": 849917352,
            "stop": 849918411
        },
        {
            "start": 849924223,
            "stop": 849927023
        },
        {
            "start": 849928965,
            "stop": 849929108
        },
        {
            "start": 849930110,
            "stop": 849942395
        },
        {
            "start": 849942496,
            "stop": 849942497
        },
        {
            "start": 849942500,
            "stop": 849945931
        }
    ]
}