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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2100",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2101,
    "results": [
        {
            "start": 871849095,
            "stop": 871849115
        },
        {
            "start": 871849152,
            "stop": 871849200
        },
        {
            "start": 871849260,
            "stop": 871849307
        },
        {
            "start": 871851747,
            "stop": 871851752
        },
        {
            "start": 871857290,
            "stop": 871857460
        },
        {
            "start": 871857479,
            "stop": 871857816
        },
        {
            "start": 871857835,
            "stop": 871858380
        },
        {
            "start": 871858440,
            "stop": 871858791
        },
        {
            "start": 871858810,
            "stop": 871858825
        },
        {
            "start": 871858844,
            "stop": 871858975
        },
        {
            "start": 871858996,
            "stop": 871859997
        },
        {
            "start": 871860017,
            "stop": 871861499
        },
        {
            "start": 871861518,
            "stop": 871861524
        },
        {
            "start": 871861543,
            "stop": 871862152
        },
        {
            "start": 871862178,
            "stop": 871862197
        },
        {
            "start": 871862216,
            "stop": 871862378
        },
        {
            "start": 871862399,
            "stop": 871862521
        },
        {
            "start": 871862540,
            "stop": 871862571
        },
        {
            "start": 871862590,
            "stop": 871862602
        },
        {
            "start": 871862624,
            "stop": 871862650
        }
    ]
}