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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=241",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 242,
    "results": [
        {
            "start": 821214551,
            "stop": 821215489
        },
        {
            "start": 821215511,
            "stop": 821216580
        },
        {
            "start": 821219445,
            "stop": 821221333
        },
        {
            "start": 821221574,
            "stop": 821221990
        },
        {
            "start": 821224156,
            "stop": 821224730
        },
        {
            "start": 821224733,
            "stop": 821225748
        },
        {
            "start": 821225765,
            "stop": 821227028
        },
        {
            "start": 821227049,
            "stop": 821227097
        },
        {
            "start": 821227114,
            "stop": 821227180
        },
        {
            "start": 821227207,
            "stop": 821227272
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821227523
        },
        {
            "start": 821227526,
            "stop": 821232343
        },
        {
            "start": 821233092,
            "stop": 821237204
        },
        {
            "start": 821237207,
            "stop": 821237308
        },
        {
            "start": 821237312,
            "stop": 821239225
        },
        {
            "start": 821239242,
            "stop": 821239250
        },
        {
            "start": 821240172,
            "stop": 821240608
        },
        {
            "start": 821240611,
            "stop": 821245814
        },
        {
            "start": 821245817,
            "stop": 821246023
        }
    ]
}