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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=187",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 188,
    "results": [
        {
            "start": 844657393,
            "stop": 844657631
        },
        {
            "start": 844657931,
            "stop": 844661691
        },
        {
            "start": 844661991,
            "stop": 844662284
        },
        {
            "start": 844662584,
            "stop": 844663138
        },
        {
            "start": 844663438,
            "stop": 844673007
        },
        {
            "start": 844673312,
            "stop": 844684703
        },
        {
            "start": 844684813,
            "stop": 844686370
        },
        {
            "start": 844686670,
            "stop": 844696740
        },
        {
            "start": 844697489,
            "stop": 844697861
        },
        {
            "start": 844701700,
            "stop": 844702693
        },
        {
            "start": 844703213,
            "stop": 844705142
        },
        {
            "start": 844705392,
            "stop": 844706290
        },
        {
            "start": 844706590,
            "stop": 844707887
        },
        {
            "start": 844753508,
            "stop": 844755814
        },
        {
            "start": 844756114,
            "stop": 844756169
        },
        {
            "start": 844756279,
            "stop": 844764118
        },
        {
            "start": 844764418,
            "stop": 844764457
        },
        {
            "start": 844764567,
            "stop": 844771021
        },
        {
            "start": 844773905,
            "stop": 844782207
        },
        {
            "start": 844782507,
            "stop": 844782562
        }
    ]
}