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=685
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=686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=684",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 685,
    "results": [
        {
            "start": 861997416,
            "stop": 861997933
        },
        {
            "start": 861997952,
            "stop": 862009830
        },
        {
            "start": 862009890,
            "stop": 862009908
        },
        {
            "start": 862011216,
            "stop": 862021563
        },
        {
            "start": 862024494,
            "stop": 862060118
        },
        {
            "start": 862060123,
            "stop": 862066816
        },
        {
            "start": 862085768,
            "stop": 862085899
        },
        {
            "start": 862087409,
            "stop": 862099324
        },
        {
            "start": 862099723,
            "stop": 862130203
        },
        {
            "start": 862130784,
            "stop": 862139790
        },
        {
            "start": 862142289,
            "stop": 862158058
        },
        {
            "start": 862162500,
            "stop": 862163190
        },
        {
            "start": 862166434,
            "stop": 862167090
        },
        {
            "start": 862167108,
            "stop": 862167817
        },
        {
            "start": 862170919,
            "stop": 862177026
        },
        {
            "start": 862178389,
            "stop": 862179432
        },
        {
            "start": 862179941,
            "stop": 862187301
        },
        {
            "start": 862189197,
            "stop": 862189830
        },
        {
            "start": 862189950,
            "stop": 862191630
        },
        {
            "start": 862191690,
            "stop": 862203510
        }
    ]
}