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=4670
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=4671",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4669",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4670,
    "results": [
        {
            "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
        },
        {
            "start": 969786555,
            "stop": 969786658
        },
        {
            "start": 969786661,
            "stop": 969786690
        },
        {
            "start": 969786693,
            "stop": 969787116
        },
        {
            "start": 969787119,
            "stop": 969787291
        },
        {
            "start": 969787294,
            "stop": 969787478
        },
        {
            "start": 969787481,
            "stop": 969787562
        }
    ]
}