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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3467",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3465",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3466,
    "results": [
        {
            "start": 969921617,
            "stop": 969921875
        },
        {
            "start": 969922007,
            "stop": 969922018
        },
        {
            "start": 969922039,
            "stop": 969922579
        },
        {
            "start": 969922582,
            "stop": 969922606
        },
        {
            "start": 969922609,
            "stop": 969922667
        },
        {
            "start": 969922847,
            "stop": 969923114
        },
        {
            "start": 969923120,
            "stop": 969923235
        },
        {
            "start": 969923238,
            "stop": 969923566
        },
        {
            "start": 969923569,
            "stop": 969923649
        },
        {
            "start": 969923683,
            "stop": 969923752
        },
        {
            "start": 969923773,
            "stop": 969924082
        },
        {
            "start": 969924085,
            "stop": 969924194
        },
        {
            "start": 969924197,
            "stop": 969924560
        },
        {
            "start": 969924563,
            "stop": 969924702
        },
        {
            "start": 969924705,
            "stop": 969924874
        },
        {
            "start": 969924877,
            "stop": 969926408
        },
        {
            "start": 969926411,
            "stop": 969927073
        },
        {
            "start": 969927076,
            "stop": 969927751
        },
        {
            "start": 969927754,
            "stop": 969928419
        },
        {
            "start": 969928420,
            "stop": 969928969
        }
    ]
}