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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3460",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3458",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3459,
    "results": [
        {
            "start": 969899211,
            "stop": 969899262
        },
        {
            "start": 969899266,
            "stop": 969899327
        },
        {
            "start": 969899447,
            "stop": 969899517
        },
        {
            "start": 969899520,
            "stop": 969899555
        },
        {
            "start": 969899566,
            "stop": 969899567
        },
        {
            "start": 969899627,
            "stop": 969899719
        },
        {
            "start": 969899722,
            "stop": 969899741
        },
        {
            "start": 969899744,
            "stop": 969899803
        },
        {
            "start": 969899808,
            "stop": 969899982
        },
        {
            "start": 969900047,
            "stop": 969900149
        },
        {
            "start": 969900152,
            "stop": 969900162
        },
        {
            "start": 969900347,
            "stop": 969900559
        },
        {
            "start": 969900947,
            "stop": 969901067
        },
        {
            "start": 969901187,
            "stop": 969901247
        },
        {
            "start": 969901427,
            "stop": 969901465
        },
        {
            "start": 969901470,
            "stop": 969901505
        },
        {
            "start": 969901508,
            "stop": 969901509
        },
        {
            "start": 969901512,
            "stop": 969901560
        },
        {
            "start": 969901563,
            "stop": 969901566
        },
        {
            "start": 969901569,
            "stop": 969901573
        }
    ]
}