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=1422
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=1423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1421",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1422,
    "results": [
        {
            "start": 850678934,
            "stop": 850679353
        },
        {
            "start": 850680202,
            "stop": 850690789
        },
        {
            "start": 850690794,
            "stop": 850692229
        },
        {
            "start": 850693570,
            "stop": 850694579
        },
        {
            "start": 850695926,
            "stop": 850697165
        },
        {
            "start": 850698379,
            "stop": 850715773
        },
        {
            "start": 850722293,
            "stop": 850723153
        },
        {
            "start": 850785225,
            "stop": 850851095
        },
        {
            "start": 850851098,
            "stop": 850853394
        },
        {
            "start": 850855168,
            "stop": 850856833
        },
        {
            "start": 850857961,
            "stop": 850880338
        },
        {
            "start": 850880712,
            "stop": 850940413
        },
        {
            "start": 850940456,
            "stop": 850940457
        },
        {
            "start": 850940934,
            "stop": 851016282
        },
        {
            "start": 851016285,
            "stop": 851038849
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072903,
            "stop": 851083069
        },
        {
            "start": 851085360,
            "stop": 851111293
        },
        {
            "start": 851112335,
            "stop": 851144053
        },
        {
            "start": 851376354,
            "stop": 851388387
        }
    ]
}