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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=764",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=762",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 763,
    "results": [
        {
            "start": 1249069628,
            "stop": 1249069798
        },
        {
            "start": 1249069800,
            "stop": 1249069843
        },
        {
            "start": 1249069845,
            "stop": 1249069849
        },
        {
            "start": 1249069853,
            "stop": 1249069945
        },
        {
            "start": 1249069946,
            "stop": 1249069999
        },
        {
            "start": 1249070004,
            "stop": 1249070015
        },
        {
            "start": 1249070016,
            "stop": 1249070088
        },
        {
            "start": 1249070089,
            "stop": 1249070160
        },
        {
            "start": 1249070161,
            "stop": 1249070174
        },
        {
            "start": 1249070175,
            "stop": 1249070198
        },
        {
            "start": 1249070199,
            "stop": 1249070200
        },
        {
            "start": 1249070201,
            "stop": 1249070220
        },
        {
            "start": 1249070222,
            "stop": 1249070238
        },
        {
            "start": 1249070242,
            "stop": 1249070244
        },
        {
            "start": 1249070245,
            "stop": 1249070770
        },
        {
            "start": 1249070773,
            "stop": 1249071196
        },
        {
            "start": 1249071201,
            "stop": 1249071258
        },
        {
            "start": 1249071259,
            "stop": 1249071262
        },
        {
            "start": 1249071263,
            "stop": 1249071268
        },
        {
            "start": 1249071271,
            "stop": 1249071274
        }
    ]
}