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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5175",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5176,
    "results": [
        {
            "start": 969779963,
            "stop": 969780152
        },
        {
            "start": 969780155,
            "stop": 969780361
        },
        {
            "start": 969780364,
            "stop": 969780437
        },
        {
            "start": 969780440,
            "stop": 969781525
        },
        {
            "start": 969781528,
            "stop": 969781928
        },
        {
            "start": 969781931,
            "stop": 969782150
        },
        {
            "start": 969782153,
            "stop": 969782539
        },
        {
            "start": 969782542,
            "stop": 969783154
        },
        {
            "start": 969783157,
            "stop": 969783533
        },
        {
            "start": 969783536,
            "stop": 969784001
        },
        {
            "start": 969784004,
            "stop": 969784071
        },
        {
            "start": 969784074,
            "stop": 969784303
        },
        {
            "start": 969784306,
            "stop": 969785678
        },
        {
            "start": 969785738,
            "stop": 969785821
        },
        {
            "start": 969785824,
            "stop": 969786066
        },
        {
            "start": 969786069,
            "stop": 969786123
        },
        {
            "start": 969786126,
            "stop": 969786147
        },
        {
            "start": 969786150,
            "stop": 969786279
        },
        {
            "start": 969786282,
            "stop": 969786439
        },
        {
            "start": 969786442,
            "stop": 969786552
        }
    ]
}