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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=138",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 139,
    "results": [
        {
            "start": 820166526,
            "stop": 820167519
        },
        {
            "start": 820167522,
            "stop": 820167641
        },
        {
            "start": 820167644,
            "stop": 820167925
        },
        {
            "start": 820167928,
            "stop": 820168123
        },
        {
            "start": 820168127,
            "stop": 820168530
        },
        {
            "start": 820168534,
            "stop": 820168764
        },
        {
            "start": 820168767,
            "stop": 820168895
        },
        {
            "start": 820168898,
            "stop": 820169024
        },
        {
            "start": 820169027,
            "stop": 820169697
        },
        {
            "start": 820169700,
            "stop": 820169791
        },
        {
            "start": 820169794,
            "stop": 820170021
        },
        {
            "start": 820170024,
            "stop": 820170156
        },
        {
            "start": 820170159,
            "stop": 820170509
        },
        {
            "start": 820170512,
            "stop": 820170857
        },
        {
            "start": 820170861,
            "stop": 820171233
        },
        {
            "start": 820171237,
            "stop": 820171304
        },
        {
            "start": 820171307,
            "stop": 820171310
        },
        {
            "start": 820171313,
            "stop": 820171370
        },
        {
            "start": 820171374,
            "stop": 820171423
        },
        {
            "start": 820171426,
            "stop": 820171554
        }
    ]
}