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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=246",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 247,
    "results": [
        {
            "start": 1177826327,
            "stop": 1177826546
        },
        {
            "start": 1177826547,
            "stop": 1177827203
        },
        {
            "start": 1177827205,
            "stop": 1177827442
        },
        {
            "start": 1177827444,
            "stop": 1177828138
        },
        {
            "start": 1177828139,
            "stop": 1177830078
        },
        {
            "start": 1177830079,
            "stop": 1177831678
        },
        {
            "start": 1177831679,
            "stop": 1177831987
        },
        {
            "start": 1177834567,
            "stop": 1177834909
        },
        {
            "start": 1177834910,
            "stop": 1177835960
        },
        {
            "start": 1177835961,
            "stop": 1177835982
        },
        {
            "start": 1177835984,
            "stop": 1177836076
        },
        {
            "start": 1177836553,
            "stop": 1177836702
        },
        {
            "start": 1177836703,
            "stop": 1177837941
        },
        {
            "start": 1177837942,
            "stop": 1177842576
        },
        {
            "start": 1177842578,
            "stop": 1177842838
        },
        {
            "start": 1177842839,
            "stop": 1177843777
        },
        {
            "start": 1177843778,
            "stop": 1177843801
        },
        {
            "start": 1177843805,
            "stop": 1177843807
        },
        {
            "start": 1177843810,
            "stop": 1177843812
        },
        {
            "start": 1177843814,
            "stop": 1177843919
        }
    ]
}