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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=272",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 273,
    "results": [
        {
            "start": 931513439,
            "stop": 931513445
        },
        {
            "start": 931513448,
            "stop": 931513449
        },
        {
            "start": 931513452,
            "stop": 931513463
        },
        {
            "start": 931513465,
            "stop": 931513474
        },
        {
            "start": 931513477,
            "stop": 931513493
        },
        {
            "start": 931513495,
            "stop": 931513501
        },
        {
            "start": 931513504,
            "stop": 931513506
        },
        {
            "start": 931513510,
            "stop": 931513517
        },
        {
            "start": 931513519,
            "stop": 931513522
        },
        {
            "start": 931513523,
            "stop": 931513540
        },
        {
            "start": 931513543,
            "stop": 931513546
        },
        {
            "start": 931513553,
            "stop": 931513580
        },
        {
            "start": 931513584,
            "stop": 931513587
        },
        {
            "start": 931513590,
            "stop": 931513593
        },
        {
            "start": 931513599,
            "stop": 931513601
        },
        {
            "start": 931513604,
            "stop": 931513608
        },
        {
            "start": 931513611,
            "stop": 931513612
        },
        {
            "start": 931513614,
            "stop": 931513615
        },
        {
            "start": 931513618,
            "stop": 931513620
        },
        {
            "start": 931513625,
            "stop": 931513630
        }
    ]
}