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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=256",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 257,
    "results": [
        {
            "start": 931165151,
            "stop": 931165153
        },
        {
            "start": 931165157,
            "stop": 931165162
        },
        {
            "start": 931165163,
            "stop": 931165166
        },
        {
            "start": 931165167,
            "stop": 931165172
        },
        {
            "start": 931165173,
            "stop": 931165178
        },
        {
            "start": 931165182,
            "stop": 931165183
        },
        {
            "start": 931165185,
            "stop": 931165187
        },
        {
            "start": 931165188,
            "stop": 931165192
        },
        {
            "start": 931165195,
            "stop": 931165197
        },
        {
            "start": 931165200,
            "stop": 931165207
        },
        {
            "start": 931165576,
            "stop": 931165581
        },
        {
            "start": 931165582,
            "stop": 931165586
        },
        {
            "start": 931165588,
            "stop": 931165591
        },
        {
            "start": 931165595,
            "stop": 931165597
        },
        {
            "start": 931165601,
            "stop": 931165611
        },
        {
            "start": 931165616,
            "stop": 931165619
        },
        {
            "start": 931165622,
            "stop": 931165624
        },
        {
            "start": 931165625,
            "stop": 931165629
        },
        {
            "start": 931165630,
            "stop": 931165634
        },
        {
            "start": 931165635,
            "stop": 931165639
        }
    ]
}