Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=721
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=720",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 721,
    "results": [
        {
            "start": 868897440,
            "stop": 868909110
        },
        {
            "start": 868911049,
            "stop": 868917870
        },
        {
            "start": 868917930,
            "stop": 868919352
        },
        {
            "start": 868922706,
            "stop": 868928730
        },
        {
            "start": 868946936,
            "stop": 868987950
        },
        {
            "start": 868990174,
            "stop": 869006682
        },
        {
            "start": 869009918,
            "stop": 869013858
        },
        {
            "start": 869014091,
            "stop": 869020170
        },
        {
            "start": 869021684,
            "stop": 869051048
        },
        {
            "start": 869051754,
            "stop": 869051903
        },
        {
            "start": 869052303,
            "stop": 869060232
        },
        {
            "start": 869061945,
            "stop": 869068018
        },
        {
            "start": 869069773,
            "stop": 869069841
        },
        {
            "start": 869069852,
            "stop": 869073924
        },
        {
            "start": 869073930,
            "stop": 869089080
        },
        {
            "start": 869089200,
            "stop": 869154330
        },
        {
            "start": 869154390,
            "stop": 869164290
        },
        {
            "start": 869165300,
            "stop": 869177044
        },
        {
            "start": 869177050,
            "stop": 869177730
        },
        {
            "start": 869178735,
            "stop": 869197453
        }
    ]
}