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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1032",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1033,
    "results": [
        {
            "start": 872289745,
            "stop": 872291905
        },
        {
            "start": 872292079,
            "stop": 872293939
        },
        {
            "start": 872294083,
            "stop": 872295703
        },
        {
            "start": 872295850,
            "stop": 872295970
        },
        {
            "start": 872296765,
            "stop": 872297665
        },
        {
            "start": 872298150,
            "stop": 872298630
        },
        {
            "start": 872299120,
            "stop": 872299600
        },
        {
            "start": 872299985,
            "stop": 872300525
        },
        {
            "start": 872300686,
            "stop": 872300806
        },
        {
            "start": 872301821,
            "stop": 872302241
        },
        {
            "start": 872302402,
            "stop": 872303842
        },
        {
            "start": 872304021,
            "stop": 872304651
        },
        {
            "start": 872304801,
            "stop": 872304981
        },
        {
            "start": 872305465,
            "stop": 872305525
        },
        {
            "start": 872306040,
            "stop": 872306100
        },
        {
            "start": 872306469,
            "stop": 872306589
        },
        {
            "start": 872306936,
            "stop": 872308796
        },
        {
            "start": 872309189,
            "stop": 872309489
        },
        {
            "start": 872309640,
            "stop": 872310120
        },
        {
            "start": 872310729,
            "stop": 872310969
        }
    ]
}