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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=287",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 288,
    "results": [
        {
            "start": 1177825761,
            "stop": 1177825763
        },
        {
            "start": 1177825769,
            "stop": 1177825771
        },
        {
            "start": 1177825778,
            "stop": 1177825780
        },
        {
            "start": 1177825787,
            "stop": 1177825791
        },
        {
            "start": 1177825797,
            "stop": 1177825800
        },
        {
            "start": 1177825805,
            "stop": 1177825809
        },
        {
            "start": 1177825813,
            "stop": 1177825817
        },
        {
            "start": 1177825821,
            "stop": 1177825835
        },
        {
            "start": 1177825836,
            "stop": 1177825877
        },
        {
            "start": 1177825878,
            "stop": 1177825891
        },
        {
            "start": 1177825894,
            "stop": 1177825905
        },
        {
            "start": 1177825907,
            "stop": 1177825913
        },
        {
            "start": 1177825914,
            "stop": 1177826056
        },
        {
            "start": 1177826057,
            "stop": 1177826325
        },
        {
            "start": 1177826327,
            "stop": 1177826546
        },
        {
            "start": 1177826547,
            "stop": 1177827203
        },
        {
            "start": 1177827205,
            "stop": 1177827442
        },
        {
            "start": 1177827444,
            "stop": 1177828138
        },
        {
            "start": 1177828139,
            "stop": 1177830078
        },
        {
            "start": 1177830079,
            "stop": 1177831678
        }
    ]
}