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=4657
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=4658",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4656",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4657,
    "results": [
        {
            "start": 969628439,
            "stop": 969628532
        },
        {
            "start": 969628537,
            "stop": 969628549
        },
        {
            "start": 969628552,
            "stop": 969628598
        },
        {
            "start": 969633578,
            "stop": 969633638
        },
        {
            "start": 969633758,
            "stop": 969633765
        },
        {
            "start": 969633768,
            "stop": 969633803
        },
        {
            "start": 969633806,
            "stop": 969633812
        },
        {
            "start": 969633815,
            "stop": 969633818
        },
        {
            "start": 969634598,
            "stop": 969634718
        },
        {
            "start": 969635078,
            "stop": 969635094
        },
        {
            "start": 969635097,
            "stop": 969635254
        },
        {
            "start": 969635257,
            "stop": 969635258
        },
        {
            "start": 969635498,
            "stop": 969635509
        },
        {
            "start": 969635513,
            "stop": 969635678
        },
        {
            "start": 969635918,
            "stop": 969636038
        },
        {
            "start": 969636098,
            "stop": 969636158
        },
        {
            "start": 969637898,
            "stop": 969638078
        },
        {
            "start": 969638738,
            "stop": 969638798
        },
        {
            "start": 969639458,
            "stop": 969639525
        },
        {
            "start": 969639528,
            "stop": 969639638
        }
    ]
}