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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=314",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 315,
    "results": [
        {
            "start": 821215856,
            "stop": 821216080
        },
        {
            "start": 821216267,
            "stop": 821216580
        },
        {
            "start": 821219445,
            "stop": 821219525
        },
        {
            "start": 821219766,
            "stop": 821221080
        },
        {
            "start": 821221140,
            "stop": 821221200
        },
        {
            "start": 821221320,
            "stop": 821221333
        },
        {
            "start": 821221574,
            "stop": 821221680
        },
        {
            "start": 821221740,
            "stop": 821221990
        },
        {
            "start": 821224156,
            "stop": 821224730
        },
        {
            "start": 821224733,
            "stop": 821225640
        },
        {
            "start": 821225700,
            "stop": 821225748
        },
        {
            "start": 821225765,
            "stop": 821226240
        },
        {
            "start": 821226300,
            "stop": 821226619
        },
        {
            "start": 821226820,
            "stop": 821227028
        },
        {
            "start": 821227049,
            "stop": 821227080
        },
        {
            "start": 821227140,
            "stop": 821227180
        },
        {
            "start": 821227207,
            "stop": 821227272
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821227523
        },
        {
            "start": 821227526,
            "stop": 821232343
        }
    ]
}