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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=167",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 168,
    "results": [
        {
            "start": 819302240,
            "stop": 819304602
        },
        {
            "start": 819304605,
            "stop": 819304814
        },
        {
            "start": 819304818,
            "stop": 819304837
        },
        {
            "start": 819304840,
            "stop": 819305272
        },
        {
            "start": 819305276,
            "stop": 819305521
        },
        {
            "start": 819305524,
            "stop": 819306190
        },
        {
            "start": 819306193,
            "stop": 819308145
        },
        {
            "start": 819311777,
            "stop": 819313003
        },
        {
            "start": 819313184,
            "stop": 819313389
        },
        {
            "start": 819313392,
            "stop": 819313728
        },
        {
            "start": 819313731,
            "stop": 819313969
        },
        {
            "start": 819313972,
            "stop": 819314048
        },
        {
            "start": 819314168,
            "stop": 819315525
        },
        {
            "start": 819315645,
            "stop": 819315815
        },
        {
            "start": 819315818,
            "stop": 819316016
        },
        {
            "start": 819316019,
            "stop": 819316028
        },
        {
            "start": 819316032,
            "stop": 819316741
        },
        {
            "start": 819318066,
            "stop": 819318249
        },
        {
            "start": 819318783,
            "stop": 819318836
        },
        {
            "start": 819319236,
            "stop": 819319851
        }
    ]
}