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=4548
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=4549",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4547",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4548,
    "results": [
        {
            "start": 968731944,
            "stop": 968732285
        },
        {
            "start": 968732288,
            "stop": 968733055
        },
        {
            "start": 968733058,
            "stop": 968735490
        },
        {
            "start": 968735493,
            "stop": 968736661
        },
        {
            "start": 968736664,
            "stop": 968737174
        },
        {
            "start": 968737177,
            "stop": 968737431
        },
        {
            "start": 968737434,
            "stop": 968737726
        },
        {
            "start": 968737730,
            "stop": 968738138
        },
        {
            "start": 968738378,
            "stop": 968738853
        },
        {
            "start": 968738857,
            "stop": 968738952
        },
        {
            "start": 968738955,
            "stop": 968739220
        },
        {
            "start": 968739223,
            "stop": 968739468
        },
        {
            "start": 968739471,
            "stop": 968739703
        },
        {
            "start": 968739720,
            "stop": 968739755
        },
        {
            "start": 968739758,
            "stop": 968740706
        },
        {
            "start": 968740709,
            "stop": 968741464
        },
        {
            "start": 968741467,
            "stop": 968741796
        },
        {
            "start": 968741799,
            "stop": 968742285
        },
        {
            "start": 968742288,
            "stop": 968744132
        },
        {
            "start": 968744149,
            "stop": 968744399
        }
    ]
}