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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3538",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3539,
    "results": [
        {
            "start": 970242821,
            "stop": 970242835
        },
        {
            "start": 970242846,
            "stop": 970243079
        },
        {
            "start": 970243082,
            "stop": 970243100
        },
        {
            "start": 970243127,
            "stop": 970243134
        },
        {
            "start": 970243216,
            "stop": 970243303
        },
        {
            "start": 970243306,
            "stop": 970243351
        },
        {
            "start": 970243354,
            "stop": 970243409
        },
        {
            "start": 970243416,
            "stop": 970243486
        },
        {
            "start": 970243492,
            "stop": 970243548
        },
        {
            "start": 970243553,
            "stop": 970243616
        },
        {
            "start": 970243619,
            "stop": 970243633
        },
        {
            "start": 970243636,
            "stop": 970243696
        },
        {
            "start": 970243936,
            "stop": 970243971
        },
        {
            "start": 970243974,
            "stop": 970244032
        },
        {
            "start": 970244038,
            "stop": 970244174
        },
        {
            "start": 970244177,
            "stop": 970244181
        },
        {
            "start": 970244202,
            "stop": 970244209
        },
        {
            "start": 970244212,
            "stop": 970244420
        },
        {
            "start": 970244423,
            "stop": 970244476
        },
        {
            "start": 970244836,
            "stop": 970244859
        }
    ]
}