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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1494",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1495,
    "results": [
        {
            "start": 866193334,
            "stop": 866197312
        },
        {
            "start": 866197316,
            "stop": 866210052
        },
        {
            "start": 866210061,
            "stop": 866210082
        },
        {
            "start": 866210085,
            "stop": 866216620
        },
        {
            "start": 866216627,
            "stop": 866221899
        },
        {
            "start": 866221903,
            "stop": 866222583
        },
        {
            "start": 866223748,
            "stop": 866223842
        },
        {
            "start": 866224786,
            "stop": 866225240
        },
        {
            "start": 866225243,
            "stop": 866229753
        },
        {
            "start": 866229761,
            "stop": 866231954
        },
        {
            "start": 866232125,
            "stop": 866236117
        },
        {
            "start": 866236120,
            "stop": 866236440
        },
        {
            "start": 866236443,
            "stop": 866236456
        },
        {
            "start": 866236459,
            "stop": 866237065
        },
        {
            "start": 866237068,
            "stop": 866240127
        },
        {
            "start": 866240214,
            "stop": 866241588
        },
        {
            "start": 866245277,
            "stop": 866248962
        },
        {
            "start": 866248965,
            "stop": 866254548
        },
        {
            "start": 866254551,
            "stop": 866257173
        },
        {
            "start": 866257430,
            "stop": 866261336
        }
    ]
}