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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=185",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 186,
    "results": [
        {
            "start": 933008612,
            "stop": 933008754
        },
        {
            "start": 933008776,
            "stop": 933008779
        },
        {
            "start": 933008798,
            "stop": 933008809
        },
        {
            "start": 933008830,
            "stop": 933008835
        },
        {
            "start": 933008840,
            "stop": 933009077
        },
        {
            "start": 933009096,
            "stop": 933009295
        },
        {
            "start": 933009300,
            "stop": 933009321
        },
        {
            "start": 933012003,
            "stop": 933012024
        },
        {
            "start": 933012048,
            "stop": 933012186
        },
        {
            "start": 933012191,
            "stop": 933012457
        },
        {
            "start": 933012479,
            "stop": 933012481
        },
        {
            "start": 933012500,
            "stop": 933012658
        },
        {
            "start": 933012677,
            "stop": 933012687
        },
        {
            "start": 933012706,
            "stop": 933012715
        },
        {
            "start": 933012784,
            "stop": 933012785
        },
        {
            "start": 933012913,
            "stop": 933013093
        },
        {
            "start": 933013098,
            "stop": 933013105
        },
        {
            "start": 933013110,
            "stop": 933013245
        },
        {
            "start": 933013444,
            "stop": 933014314
        },
        {
            "start": 933014319,
            "stop": 933014619
        }
    ]
}