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=3118
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=3119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3117",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3118,
    "results": [
        {
            "start": 867689220,
            "stop": 867689486
        },
        {
            "start": 867730518,
            "stop": 867733320
        },
        {
            "start": 867733380,
            "stop": 867734048
        },
        {
            "start": 867734051,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867737803
        },
        {
            "start": 867737806,
            "stop": 867737838
        },
        {
            "start": 867737841,
            "stop": 867738095
        },
        {
            "start": 867738099,
            "stop": 867738120
        },
        {
            "start": 867738180,
            "stop": 867738780
        },
        {
            "start": 867738840,
            "stop": 867739260
        },
        {
            "start": 867739320,
            "stop": 867740040
        },
        {
            "start": 867740100,
            "stop": 867741720
        },
        {
            "start": 867741780,
            "stop": 867762720
        },
        {
            "start": 867762900,
            "stop": 867766444
        },
        {
            "start": 867767751,
            "stop": 867768105
        },
        {
            "start": 867768108,
            "stop": 867771682
        },
        {
            "start": 867773805,
            "stop": 867774880
        },
        {
            "start": 867776741,
            "stop": 867777490
        }
    ]
}