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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=182",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 183,
    "results": [
        {
            "start": 932997762,
            "stop": 932997890
        },
        {
            "start": 932997934,
            "stop": 932997942
        },
        {
            "start": 932997961,
            "stop": 932997964
        },
        {
            "start": 932997983,
            "stop": 932998004
        },
        {
            "start": 932998031,
            "stop": 932998198
        },
        {
            "start": 932998217,
            "stop": 932998265
        },
        {
            "start": 932998284,
            "stop": 932998295
        },
        {
            "start": 932998301,
            "stop": 932998713
        },
        {
            "start": 932999821,
            "stop": 932999858
        },
        {
            "start": 932999859,
            "stop": 932999862
        },
        {
            "start": 932999931,
            "stop": 932999954
        },
        {
            "start": 932999973,
            "stop": 932999978
        },
        {
            "start": 933000019,
            "stop": 933000323
        },
        {
            "start": 933000328,
            "stop": 933001688
        },
        {
            "start": 933001689,
            "stop": 933001998
        },
        {
            "start": 933001999,
            "stop": 933002728
        },
        {
            "start": 933002747,
            "stop": 933002815
        },
        {
            "start": 933002834,
            "stop": 933002942
        },
        {
            "start": 933002947,
            "stop": 933002952
        },
        {
            "start": 933002953,
            "stop": 933003319
        }
    ]
}