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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5721",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5722,
    "results": [
        {
            "start": 874605977,
            "stop": 874605987
        },
        {
            "start": 874605990,
            "stop": 874606009
        },
        {
            "start": 874606013,
            "stop": 874606039
        },
        {
            "start": 874606042,
            "stop": 874606045
        },
        {
            "start": 874606048,
            "stop": 874606069
        },
        {
            "start": 874606073,
            "stop": 874606074
        },
        {
            "start": 874606080,
            "stop": 874606098
        },
        {
            "start": 874606101,
            "stop": 874606115
        },
        {
            "start": 874606118,
            "stop": 874606125
        },
        {
            "start": 874606129,
            "stop": 874606198
        },
        {
            "start": 874606201,
            "stop": 874606202
        },
        {
            "start": 874606205,
            "stop": 874606232
        },
        {
            "start": 874606235,
            "stop": 874606305
        },
        {
            "start": 874606309,
            "stop": 874606329
        },
        {
            "start": 874606333,
            "stop": 874606347
        },
        {
            "start": 874606351,
            "stop": 874606364
        },
        {
            "start": 874606367,
            "stop": 874606491
        },
        {
            "start": 874606494,
            "stop": 874606502
        },
        {
            "start": 874606505,
            "stop": 874606521
        },
        {
            "start": 874606524,
            "stop": 874606559
        }
    ]
}