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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46830",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46831,
    "results": [
        {
            "start": 875133253,
            "stop": 875133254
        },
        {
            "start": 875133258,
            "stop": 875133259
        },
        {
            "start": 875133261,
            "stop": 875133273
        },
        {
            "start": 875133274,
            "stop": 875133292
        },
        {
            "start": 875133293,
            "stop": 875133313
        },
        {
            "start": 875133315,
            "stop": 875133334
        },
        {
            "start": 875133336,
            "stop": 875133348
        },
        {
            "start": 875133350,
            "stop": 875133356
        },
        {
            "start": 875133358,
            "stop": 875133368
        },
        {
            "start": 875133371,
            "stop": 875133374
        },
        {
            "start": 875133377,
            "stop": 875133388
        },
        {
            "start": 875133389,
            "stop": 875133394
        },
        {
            "start": 875133397,
            "stop": 875133402
        },
        {
            "start": 875133404,
            "stop": 875133411
        },
        {
            "start": 875133414,
            "stop": 875133435
        },
        {
            "start": 875133438,
            "stop": 875133439
        },
        {
            "start": 875133441,
            "stop": 875133442
        },
        {
            "start": 875133443,
            "stop": 875133449
        },
        {
            "start": 875133450,
            "stop": 875133453
        },
        {
            "start": 875133454,
            "stop": 875133476
        }
    ]
}