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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=156",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 157,
    "results": [
        {
            "start": 932884363,
            "stop": 932884366
        },
        {
            "start": 932884408,
            "stop": 932884410
        },
        {
            "start": 932885022,
            "stop": 932885023
        },
        {
            "start": 932885200,
            "stop": 932885201
        },
        {
            "start": 932885348,
            "stop": 932885350
        },
        {
            "start": 932885396,
            "stop": 932885406
        },
        {
            "start": 932885663,
            "stop": 932885682
        },
        {
            "start": 932885737,
            "stop": 932885739
        },
        {
            "start": 932885774,
            "stop": 932885784
        },
        {
            "start": 932885926,
            "stop": 932885945
        },
        {
            "start": 932886060,
            "stop": 932886083
        },
        {
            "start": 932886142,
            "stop": 932886153
        },
        {
            "start": 932886269,
            "stop": 932886272
        },
        {
            "start": 932886539,
            "stop": 932886544
        },
        {
            "start": 932887315,
            "stop": 932887336
        },
        {
            "start": 932887520,
            "stop": 932887528
        },
        {
            "start": 932887668,
            "stop": 932887684
        },
        {
            "start": 932887879,
            "stop": 932887881
        },
        {
            "start": 932887924,
            "stop": 932887934
        },
        {
            "start": 932887999,
            "stop": 932888004
        }
    ]
}