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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 213,
    "results": [
        {
            "start": 1375818519,
            "stop": 1375819151
        },
        {
            "start": 1375823155,
            "stop": 1375824022
        },
        {
            "start": 1375824024,
            "stop": 1375824940
        },
        {
            "start": 1375824942,
            "stop": 1375825625
        },
        {
            "start": 1375825629,
            "stop": 1375825888
        },
        {
            "start": 1375825890,
            "stop": 1375827091
        },
        {
            "start": 1375827092,
            "stop": 1375828101
        },
        {
            "start": 1375828102,
            "stop": 1375828957
        },
        {
            "start": 1375828959,
            "stop": 1375829794
        },
        {
            "start": 1375829795,
            "stop": 1375830651
        },
        {
            "start": 1375830653,
            "stop": 1375831609
        },
        {
            "start": 1375831611,
            "stop": 1375832261
        },
        {
            "start": 1375832263,
            "stop": 1375833199
        },
        {
            "start": 1375833201,
            "stop": 1375834045
        },
        {
            "start": 1375834047,
            "stop": 1375835381
        },
        {
            "start": 1375835383,
            "stop": 1375836267
        },
        {
            "start": 1375836269,
            "stop": 1375837153
        },
        {
            "start": 1375837155,
            "stop": 1375838712
        },
        {
            "start": 1375838714,
            "stop": 1375839650
        },
        {
            "start": 1375839651,
            "stop": 1375840679
        }
    ]
}