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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=273",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 274,
    "results": [
        {
            "start": 821061634,
            "stop": 821061759
        },
        {
            "start": 821061762,
            "stop": 821061787
        },
        {
            "start": 821061790,
            "stop": 821062094
        },
        {
            "start": 821062098,
            "stop": 821062172
        },
        {
            "start": 821062176,
            "stop": 821062196
        },
        {
            "start": 821062199,
            "stop": 821062201
        },
        {
            "start": 821062204,
            "stop": 821063015
        },
        {
            "start": 821063018,
            "stop": 821063048
        },
        {
            "start": 821063051,
            "stop": 821063297
        },
        {
            "start": 821064422,
            "stop": 821064726
        },
        {
            "start": 821064729,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821065137
        },
        {
            "start": 821065140,
            "stop": 821065414
        },
        {
            "start": 821065417,
            "stop": 821065915
        },
        {
            "start": 821065918,
            "stop": 821065974
        },
        {
            "start": 821065977,
            "stop": 821066425
        },
        {
            "start": 821066428,
            "stop": 821067103
        },
        {
            "start": 821067106,
            "stop": 821067182
        },
        {
            "start": 821067185,
            "stop": 821067560
        },
        {
            "start": 821067563,
            "stop": 821067876
        }
    ]
}