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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1653",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1651",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1652,
    "results": [
        {
            "start": 956591878,
            "stop": 956594726
        },
        {
            "start": 956595485,
            "stop": 956597348
        },
        {
            "start": 956597350,
            "stop": 956597353
        },
        {
            "start": 956597355,
            "stop": 956597384
        },
        {
            "start": 956597386,
            "stop": 956597753
        },
        {
            "start": 956597755,
            "stop": 956597820
        },
        {
            "start": 956597823,
            "stop": 956597844
        },
        {
            "start": 956597847,
            "stop": 956597913
        },
        {
            "start": 956598572,
            "stop": 956598793
        },
        {
            "start": 956598794,
            "stop": 956600800
        },
        {
            "start": 956600801,
            "stop": 956603380
        },
        {
            "start": 956603383,
            "stop": 956603422
        },
        {
            "start": 956603427,
            "stop": 956604988
        },
        {
            "start": 956604990,
            "stop": 956607442
        },
        {
            "start": 956607444,
            "stop": 956607445
        },
        {
            "start": 956607447,
            "stop": 956607487
        },
        {
            "start": 956607489,
            "stop": 956607995
        },
        {
            "start": 956607997,
            "stop": 956608082
        },
        {
            "start": 956608084,
            "stop": 956608282
        },
        {
            "start": 956608284,
            "stop": 956608409
        }
    ]
}