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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=290",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 291,
    "results": [
        {
            "start": 931534605,
            "stop": 931534606
        },
        {
            "start": 931534607,
            "stop": 931534609
        },
        {
            "start": 931534610,
            "stop": 931534618
        },
        {
            "start": 931534620,
            "stop": 931534624
        },
        {
            "start": 931534626,
            "stop": 931534627
        },
        {
            "start": 931534630,
            "stop": 931534673
        },
        {
            "start": 931534675,
            "stop": 931534677
        },
        {
            "start": 931534680,
            "stop": 931534681
        },
        {
            "start": 931539619,
            "stop": 931539624
        },
        {
            "start": 931539625,
            "stop": 931539667
        },
        {
            "start": 931539669,
            "stop": 931539672
        },
        {
            "start": 931539674,
            "stop": 931539720
        },
        {
            "start": 931539722,
            "stop": 931539774
        },
        {
            "start": 931539776,
            "stop": 931539807
        },
        {
            "start": 931539809,
            "stop": 931539812
        },
        {
            "start": 931539813,
            "stop": 931539859
        },
        {
            "start": 931539863,
            "stop": 931539875
        },
        {
            "start": 931539877,
            "stop": 931539905
        },
        {
            "start": 931539907,
            "stop": 931539937
        },
        {
            "start": 931539939,
            "stop": 931539980
        }
    ]
}