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=5693
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=5694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5692",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5693,
    "results": [
        {
            "start": 874575628,
            "stop": 874576018
        },
        {
            "start": 874576021,
            "stop": 874576110
        },
        {
            "start": 874576113,
            "stop": 874576151
        },
        {
            "start": 874576156,
            "stop": 874576237
        },
        {
            "start": 874576243,
            "stop": 874576620
        },
        {
            "start": 874576623,
            "stop": 874576702
        },
        {
            "start": 874576705,
            "stop": 874576824
        },
        {
            "start": 874576827,
            "stop": 874576853
        },
        {
            "start": 874576856,
            "stop": 874576922
        },
        {
            "start": 874576925,
            "stop": 874576968
        },
        {
            "start": 874576972,
            "stop": 874577060
        },
        {
            "start": 874577063,
            "stop": 874577105
        },
        {
            "start": 874577108,
            "stop": 874577254
        },
        {
            "start": 874577257,
            "stop": 874577296
        },
        {
            "start": 874577300,
            "stop": 874577338
        },
        {
            "start": 874577342,
            "stop": 874577536
        },
        {
            "start": 874577540,
            "stop": 874577765
        },
        {
            "start": 874577768,
            "stop": 874577817
        },
        {
            "start": 874577820,
            "stop": 874577825
        },
        {
            "start": 874577828,
            "stop": 874578018
        }
    ]
}