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=2287
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=2288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2286",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2287,
    "results": [
        {
            "start": 873819354,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819520
        },
        {
            "start": 873819561,
            "stop": 873819750
        },
        {
            "start": 873819784,
            "stop": 873820827
        },
        {
            "start": 873820833,
            "stop": 873821002
        },
        {
            "start": 873821021,
            "stop": 873821114
        },
        {
            "start": 873821145,
            "stop": 873821189
        },
        {
            "start": 873821208,
            "stop": 873821269
        },
        {
            "start": 873821303,
            "stop": 873821305
        },
        {
            "start": 873821327,
            "stop": 873821525
        },
        {
            "start": 873821544,
            "stop": 873821572
        },
        {
            "start": 873821640,
            "stop": 873821659
        },
        {
            "start": 873821682,
            "stop": 873821925
        },
        {
            "start": 873821968,
            "stop": 873821990
        },
        {
            "start": 873825374,
            "stop": 873825378
        },
        {
            "start": 873825419,
            "stop": 873825441
        },
        {
            "start": 873825473,
            "stop": 873825504
        },
        {
            "start": 873825521,
            "stop": 873826133
        },
        {
            "start": 873826152,
            "stop": 873826279
        },
        {
            "start": 873826298,
            "stop": 873826382
        }
    ]
}