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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=206",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 207,
    "results": [
        {
            "start": 840373973,
            "stop": 840374703
        },
        {
            "start": 840374904,
            "stop": 840394880
        },
        {
            "start": 840403066,
            "stop": 840403916
        },
        {
            "start": 840406952,
            "stop": 840416533
        },
        {
            "start": 840419956,
            "stop": 840421256
        },
        {
            "start": 840421260,
            "stop": 840473653
        },
        {
            "start": 840473691,
            "stop": 840473693
        },
        {
            "start": 840474014,
            "stop": 840481273
        },
        {
            "start": 840481307,
            "stop": 840481308
        },
        {
            "start": 840481441,
            "stop": 840485593
        },
        {
            "start": 840485621,
            "stop": 840485622
        },
        {
            "start": 840485797,
            "stop": 840488413
        },
        {
            "start": 840489817,
            "stop": 840491953
        },
        {
            "start": 840493473,
            "stop": 840502610
        },
        {
            "start": 840504519,
            "stop": 840514453
        },
        {
            "start": 840515412,
            "stop": 840516433
        },
        {
            "start": 840517534,
            "stop": 840543253
        },
        {
            "start": 840544342,
            "stop": 840544603
        },
        {
            "start": 840546258,
            "stop": 840568443
        },
        {
            "start": 840568586,
            "stop": 840576613
        }
    ]
}