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=3124
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=3125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3123",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3124,
    "results": [
        {
            "start": 867904020,
            "stop": 867904199
        },
        {
            "start": 867904203,
            "stop": 867904320
        },
        {
            "start": 867904380,
            "stop": 867904537
        },
        {
            "start": 867904544,
            "stop": 867904620
        },
        {
            "start": 867904680,
            "stop": 867904865
        },
        {
            "start": 867904869,
            "stop": 867904976
        },
        {
            "start": 867904980,
            "stop": 867905427
        },
        {
            "start": 867905432,
            "stop": 867905438
        },
        {
            "start": 867905446,
            "stop": 867905452
        },
        {
            "start": 867905456,
            "stop": 867905496
        },
        {
            "start": 867905499,
            "stop": 867907200
        },
        {
            "start": 867907260,
            "stop": 867907413
        },
        {
            "start": 867907416,
            "stop": 867907560
        },
        {
            "start": 867907620,
            "stop": 867907661
        },
        {
            "start": 867907664,
            "stop": 867941280
        },
        {
            "start": 867941340,
            "stop": 867946269
        },
        {
            "start": 867946271,
            "stop": 867946272
        },
        {
            "start": 867946276,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 867963840
        },
        {
            "start": 867963900,
            "stop": 867966826
        }
    ]
}