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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=164",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 165,
    "results": [
        {
            "start": 840374904,
            "stop": 840394880
        },
        {
            "start": 840403066,
            "stop": 840403592
        },
        {
            "start": 840406952,
            "stop": 840416543
        },
        {
            "start": 840419956,
            "stop": 840473693
        },
        {
            "start": 840474014,
            "stop": 840481308
        },
        {
            "start": 840481441,
            "stop": 840485622
        },
        {
            "start": 840485797,
            "stop": 840488149
        },
        {
            "start": 840489817,
            "stop": 840491713
        },
        {
            "start": 840493473,
            "stop": 840500896
        },
        {
            "start": 840501006,
            "stop": 840501063
        },
        {
            "start": 840501363,
            "stop": 840502610
        },
        {
            "start": 840504801,
            "stop": 840514476
        },
        {
            "start": 840515412,
            "stop": 840516451
        },
        {
            "start": 840517534,
            "stop": 840543255
        },
        {
            "start": 840544342,
            "stop": 840544603
        },
        {
            "start": 840546258,
            "stop": 840568443
        },
        {
            "start": 840568586,
            "stop": 840576368
        },
        {
            "start": 840577769,
            "stop": 840580503
        },
        {
            "start": 840581651,
            "stop": 840582276
        },
        {
            "start": 840582576,
            "stop": 840645770
        }
    ]
}