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=5759
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=5760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5758",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5759,
    "results": [
        {
            "start": 874634958,
            "stop": 874634974
        },
        {
            "start": 874634977,
            "stop": 874635130
        },
        {
            "start": 874635136,
            "stop": 874635216
        },
        {
            "start": 874635219,
            "stop": 874635241
        },
        {
            "start": 874635244,
            "stop": 874635255
        },
        {
            "start": 874635258,
            "stop": 874635279
        },
        {
            "start": 874635282,
            "stop": 874635286
        },
        {
            "start": 874635289,
            "stop": 874635335
        },
        {
            "start": 874635338,
            "stop": 874635412
        },
        {
            "start": 874635415,
            "stop": 874635475
        },
        {
            "start": 874635479,
            "stop": 874635508
        },
        {
            "start": 874635511,
            "stop": 874635577
        },
        {
            "start": 874635581,
            "stop": 874635608
        },
        {
            "start": 874635611,
            "stop": 874635621
        },
        {
            "start": 874635624,
            "stop": 874635641
        },
        {
            "start": 874635648,
            "stop": 874635683
        },
        {
            "start": 874635687,
            "stop": 874635919
        },
        {
            "start": 874635922,
            "stop": 874635936
        },
        {
            "start": 874635939,
            "stop": 874635940
        },
        {
            "start": 874635943,
            "stop": 874635977
        }
    ]
}