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=5654
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=5655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5653",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5654,
    "results": [
        {
            "start": 874522194,
            "stop": 874522245
        },
        {
            "start": 874522248,
            "stop": 874522274
        },
        {
            "start": 874522279,
            "stop": 874522280
        },
        {
            "start": 874522284,
            "stop": 874522290
        },
        {
            "start": 874522293,
            "stop": 874522294
        },
        {
            "start": 874522298,
            "stop": 874522347
        },
        {
            "start": 874522350,
            "stop": 874522376
        },
        {
            "start": 874522380,
            "stop": 874522400
        },
        {
            "start": 874522403,
            "stop": 874522407
        },
        {
            "start": 874522410,
            "stop": 874522412
        },
        {
            "start": 874522415,
            "stop": 874522417
        },
        {
            "start": 874522421,
            "stop": 874522440
        },
        {
            "start": 874522443,
            "stop": 874522460
        },
        {
            "start": 874522469,
            "stop": 874522474
        },
        {
            "start": 874522488,
            "stop": 874522497
        },
        {
            "start": 874522500,
            "stop": 874522505
        },
        {
            "start": 874522509,
            "stop": 874522518
        },
        {
            "start": 874522522,
            "stop": 874522534
        },
        {
            "start": 874522543,
            "stop": 874522609
        },
        {
            "start": 874522612,
            "stop": 874522624
        }
    ]
}