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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=246",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 247,
    "results": [
        {
            "start": 933280509,
            "stop": 933280511
        },
        {
            "start": 933280530,
            "stop": 933280556
        },
        {
            "start": 933280576,
            "stop": 933280605
        },
        {
            "start": 933282600,
            "stop": 933282607
        },
        {
            "start": 933282687,
            "stop": 933282689
        },
        {
            "start": 933282708,
            "stop": 933282736
        },
        {
            "start": 933282815,
            "stop": 933282833
        },
        {
            "start": 933282852,
            "stop": 933282917
        },
        {
            "start": 933282989,
            "stop": 933282993
        },
        {
            "start": 933283045,
            "stop": 933283050
        },
        {
            "start": 933283069,
            "stop": 933283077
        },
        {
            "start": 933283096,
            "stop": 933283103
        },
        {
            "start": 933283122,
            "stop": 933283151
        },
        {
            "start": 933283171,
            "stop": 933283178
        },
        {
            "start": 933283239,
            "stop": 933283284
        },
        {
            "start": 933283307,
            "stop": 933283755
        },
        {
            "start": 933283774,
            "stop": 933283837
        },
        {
            "start": 933283855,
            "stop": 933283902
        },
        {
            "start": 933284168,
            "stop": 933284217
        },
        {
            "start": 933284236,
            "stop": 933284731
        }
    ]
}