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=3078
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=3079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3077",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3078,
    "results": [
        {
            "start": 866032695,
            "stop": 866038092
        },
        {
            "start": 866038100,
            "stop": 866044980
        },
        {
            "start": 866045100,
            "stop": 866049947
        },
        {
            "start": 866049955,
            "stop": 866049972
        },
        {
            "start": 866049978,
            "stop": 866050020
        },
        {
            "start": 866050080,
            "stop": 866051262
        },
        {
            "start": 866051268,
            "stop": 866053479
        },
        {
            "start": 866053482,
            "stop": 866060864
        },
        {
            "start": 866061045,
            "stop": 866067775
        },
        {
            "start": 866067783,
            "stop": 866068680
        },
        {
            "start": 866068740,
            "stop": 866069088
        },
        {
            "start": 866069092,
            "stop": 866069460
        },
        {
            "start": 866069640,
            "stop": 866071159
        },
        {
            "start": 866071162,
            "stop": 866071380
        },
        {
            "start": 866071440,
            "stop": 866072760
        },
        {
            "start": 866072820,
            "stop": 866073563
        },
        {
            "start": 866073566,
            "stop": 866075512
        },
        {
            "start": 866076012,
            "stop": 866076126
        },
        {
            "start": 866076130,
            "stop": 866076135
        },
        {
            "start": 866076139,
            "stop": 866076180
        }
    ]
}