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=4823
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=4824",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4822",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4823,
    "results": [
        {
            "start": 971106294,
            "stop": 971106478
        },
        {
            "start": 971106481,
            "stop": 971106562
        },
        {
            "start": 971106565,
            "stop": 971106749
        },
        {
            "start": 971106752,
            "stop": 971106776
        },
        {
            "start": 971106779,
            "stop": 971106889
        },
        {
            "start": 971106893,
            "stop": 971106939
        },
        {
            "start": 971106949,
            "stop": 971107174
        },
        {
            "start": 971107177,
            "stop": 971108475
        },
        {
            "start": 971108478,
            "stop": 971108495
        },
        {
            "start": 971108498,
            "stop": 971108973
        },
        {
            "start": 971108976,
            "stop": 971109103
        },
        {
            "start": 971111618,
            "stop": 971114140
        },
        {
            "start": 971114143,
            "stop": 971114915
        },
        {
            "start": 971114918,
            "stop": 971115052
        },
        {
            "start": 971115055,
            "stop": 971115072
        },
        {
            "start": 971115075,
            "stop": 971115081
        },
        {
            "start": 971115084,
            "stop": 971115122
        },
        {
            "start": 971115126,
            "stop": 971115148
        },
        {
            "start": 971115152,
            "stop": 971115159
        },
        {
            "start": 971115162,
            "stop": 971115164
        }
    ]
}