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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=138",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 139,
    "results": [
        {
            "start": 835486924,
            "stop": 835490010
        },
        {
            "start": 835491526,
            "stop": 835495836
        },
        {
            "start": 835497410,
            "stop": 835498871
        },
        {
            "start": 835499271,
            "stop": 835499605
        },
        {
            "start": 835500823,
            "stop": 835501711
        },
        {
            "start": 835502541,
            "stop": 835503486
        },
        {
            "start": 835504034,
            "stop": 835505935
        },
        {
            "start": 835506398,
            "stop": 835508444
        },
        {
            "start": 835508949,
            "stop": 835517004
        },
        {
            "start": 835517433,
            "stop": 835518498
        },
        {
            "start": 835518818,
            "stop": 835518962
        },
        {
            "start": 835519362,
            "stop": 835545152
        },
        {
            "start": 835547022,
            "stop": 835551350
        },
        {
            "start": 835551873,
            "stop": 835555345
        },
        {
            "start": 835555910,
            "stop": 835557053
        },
        {
            "start": 835557057,
            "stop": 835565466
        },
        {
            "start": 835565977,
            "stop": 835567099
        },
        {
            "start": 835568138,
            "stop": 835568393
        },
        {
            "start": 835568811,
            "stop": 835643321
        },
        {
            "start": 835644333,
            "stop": 835647641
        }
    ]
}