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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 138,
    "results": [
        {
            "start": 820205451,
            "stop": 820205486
        },
        {
            "start": 820205490,
            "stop": 820205508
        },
        {
            "start": 820205512,
            "stop": 820205584
        },
        {
            "start": 820205588,
            "stop": 820205591
        },
        {
            "start": 820205594,
            "stop": 820205648
        },
        {
            "start": 820205651,
            "stop": 820205717
        },
        {
            "start": 820205720,
            "stop": 820205732
        },
        {
            "start": 820205735,
            "stop": 820205806
        },
        {
            "start": 820205809,
            "stop": 820205812
        },
        {
            "start": 820205816,
            "stop": 820205890
        },
        {
            "start": 820205894,
            "stop": 820205922
        },
        {
            "start": 820205926,
            "stop": 820205929
        },
        {
            "start": 820205933,
            "stop": 820206045
        },
        {
            "start": 820206048,
            "stop": 820206135
        },
        {
            "start": 820206139,
            "stop": 820206141
        },
        {
            "start": 820206144,
            "stop": 820206214
        },
        {
            "start": 820206217,
            "stop": 820206227
        },
        {
            "start": 820206232,
            "stop": 820206347
        },
        {
            "start": 820206351,
            "stop": 820206394
        },
        {
            "start": 820206398,
            "stop": 820206401
        }
    ]
}