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=4865
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=4866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4864",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4865,
    "results": [
        {
            "start": 874758083,
            "stop": 874758113
        },
        {
            "start": 874758137,
            "stop": 874758182
        },
        {
            "start": 874758212,
            "stop": 874758450
        },
        {
            "start": 874758470,
            "stop": 874758521
        },
        {
            "start": 874758541,
            "stop": 874758547
        },
        {
            "start": 874758566,
            "stop": 874758597
        },
        {
            "start": 874758616,
            "stop": 874758720
        },
        {
            "start": 874758739,
            "stop": 874758868
        },
        {
            "start": 874758887,
            "stop": 874758893
        },
        {
            "start": 874758913,
            "stop": 874758945
        },
        {
            "start": 874758964,
            "stop": 874759007
        },
        {
            "start": 874759026,
            "stop": 874759059
        },
        {
            "start": 874759091,
            "stop": 874759230
        },
        {
            "start": 874759249,
            "stop": 874759301
        },
        {
            "start": 874759321,
            "stop": 874759341
        },
        {
            "start": 874759360,
            "stop": 874759381
        },
        {
            "start": 874759400,
            "stop": 874759629
        },
        {
            "start": 874759648,
            "stop": 874759693
        },
        {
            "start": 874759737,
            "stop": 874759821
        },
        {
            "start": 874759842,
            "stop": 874759864
        }
    ]
}