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=3080
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=3081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3079",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3080,
    "results": [
        {
            "start": 866098660,
            "stop": 866099445
        },
        {
            "start": 866099809,
            "stop": 866110357
        },
        {
            "start": 866110965,
            "stop": 866110970
        },
        {
            "start": 866111343,
            "stop": 866112045
        },
        {
            "start": 866112553,
            "stop": 866123135
        },
        {
            "start": 866123502,
            "stop": 866125612
        },
        {
            "start": 866125912,
            "stop": 866128848
        },
        {
            "start": 866130185,
            "stop": 866131759
        },
        {
            "start": 866131762,
            "stop": 866134805
        },
        {
            "start": 866138631,
            "stop": 866139302
        },
        {
            "start": 866139305,
            "stop": 866139802
        },
        {
            "start": 866139808,
            "stop": 866140560
        },
        {
            "start": 866140620,
            "stop": 866146080
        },
        {
            "start": 866146200,
            "stop": 866150399
        },
        {
            "start": 866152265,
            "stop": 866153040
        },
        {
            "start": 866153100,
            "stop": 866156880
        },
        {
            "start": 866156940,
            "stop": 866157420
        },
        {
            "start": 866157540,
            "stop": 866157600
        },
        {
            "start": 866157660,
            "stop": 866158013
        },
        {
            "start": 866158016,
            "stop": 866158019
        }
    ]
}