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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=142",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 143,
    "results": [
        {
            "start": 816761005,
            "stop": 816761016
        },
        {
            "start": 816761020,
            "stop": 816761037
        },
        {
            "start": 816761041,
            "stop": 816761212
        },
        {
            "start": 816761219,
            "stop": 816761226
        },
        {
            "start": 816761229,
            "stop": 816761263
        },
        {
            "start": 816761266,
            "stop": 816761300
        },
        {
            "start": 816761305,
            "stop": 816761398
        },
        {
            "start": 816761403,
            "stop": 816761498
        },
        {
            "start": 816761501,
            "stop": 816761595
        },
        {
            "start": 816761599,
            "stop": 816761610
        },
        {
            "start": 816761613,
            "stop": 816761811
        },
        {
            "start": 816761815,
            "stop": 816761892
        },
        {
            "start": 816761900,
            "stop": 816762024
        },
        {
            "start": 816762029,
            "stop": 816762037
        },
        {
            "start": 816762041,
            "stop": 816762043
        },
        {
            "start": 816762047,
            "stop": 816762082
        },
        {
            "start": 816762086,
            "stop": 816762092
        },
        {
            "start": 816762097,
            "stop": 816762130
        },
        {
            "start": 816762134,
            "stop": 816762137
        },
        {
            "start": 816762141,
            "stop": 816762143
        }
    ]
}