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=3184
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=3185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3183",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3184,
    "results": [
        {
            "start": 870178986,
            "stop": 870179880
        },
        {
            "start": 870179940,
            "stop": 870182510
        },
        {
            "start": 870182518,
            "stop": 870182537
        },
        {
            "start": 870182543,
            "stop": 870183780
        },
        {
            "start": 870183840,
            "stop": 870185925
        },
        {
            "start": 870185930,
            "stop": 870190590
        },
        {
            "start": 870190595,
            "stop": 870192240
        },
        {
            "start": 870192300,
            "stop": 870194520
        },
        {
            "start": 870194580,
            "stop": 870197153
        },
        {
            "start": 870197157,
            "stop": 870197506
        },
        {
            "start": 870197509,
            "stop": 870199162
        },
        {
            "start": 870199168,
            "stop": 870199200
        },
        {
            "start": 870199260,
            "stop": 870199500
        },
        {
            "start": 870199560,
            "stop": 870200260
        },
        {
            "start": 870200265,
            "stop": 870200285
        },
        {
            "start": 870200290,
            "stop": 870200340
        },
        {
            "start": 870200400,
            "stop": 870201360
        },
        {
            "start": 870201480,
            "stop": 870203115
        },
        {
            "start": 870203119,
            "stop": 870204645
        },
        {
            "start": 870204648,
            "stop": 870207240
        }
    ]
}