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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29324",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29325,
    "results": [
        {
            "start": 971241441,
            "stop": 971241460
        },
        {
            "start": 971241461,
            "stop": 971241483
        },
        {
            "start": 971241484,
            "stop": 971241501
        },
        {
            "start": 971241502,
            "stop": 971241505
        },
        {
            "start": 971241506,
            "stop": 971241508
        },
        {
            "start": 971241509,
            "stop": 971241528
        },
        {
            "start": 971241529,
            "stop": 971241551
        },
        {
            "start": 971241552,
            "stop": 971241554
        },
        {
            "start": 971241555,
            "stop": 971241590
        },
        {
            "start": 971241591,
            "stop": 971241647
        },
        {
            "start": 971241648,
            "stop": 971241721
        },
        {
            "start": 971241723,
            "stop": 971241770
        },
        {
            "start": 971241772,
            "stop": 971241787
        },
        {
            "start": 971241789,
            "stop": 971241805
        },
        {
            "start": 971241807,
            "stop": 971241844
        },
        {
            "start": 971241846,
            "stop": 971241900
        },
        {
            "start": 971241901,
            "stop": 971241920
        },
        {
            "start": 971241921,
            "stop": 971241940
        },
        {
            "start": 971241944,
            "stop": 971241983
        },
        {
            "start": 971241984,
            "stop": 971242034
        }
    ]
}