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_CBCHIGH_CAT4/segments?format=api&page=242
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=241",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 242,
    "results": [
        {
            "start": 931463510,
            "stop": 931463511
        },
        {
            "start": 931463513,
            "stop": 931463517
        },
        {
            "start": 931463519,
            "stop": 931463529
        },
        {
            "start": 931463531,
            "stop": 931463556
        },
        {
            "start": 931463558,
            "stop": 931463573
        },
        {
            "start": 931463575,
            "stop": 931463583
        },
        {
            "start": 931463585,
            "stop": 931463657
        },
        {
            "start": 931463659,
            "stop": 931463718
        },
        {
            "start": 931463720,
            "stop": 931463749
        },
        {
            "start": 931463751,
            "stop": 931463769
        },
        {
            "start": 931463771,
            "stop": 931463779
        },
        {
            "start": 931463781,
            "stop": 931463787
        },
        {
            "start": 931463790,
            "stop": 931463848
        },
        {
            "start": 931463850,
            "stop": 931463855
        },
        {
            "start": 931463857,
            "stop": 931463862
        },
        {
            "start": 931463864,
            "stop": 931463905
        },
        {
            "start": 931463907,
            "stop": 931463908
        },
        {
            "start": 931463910,
            "stop": 931463935
        },
        {
            "start": 931463937,
            "stop": 931463939
        },
        {
            "start": 931463942,
            "stop": 931463963
        }
    ]
}