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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=183",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 184,
    "results": [
        {
            "start": 845159036,
            "stop": 845160099
        },
        {
            "start": 845160107,
            "stop": 845162618
        },
        {
            "start": 845162799,
            "stop": 845163948
        },
        {
            "start": 845163956,
            "stop": 845216179
        },
        {
            "start": 845216188,
            "stop": 845221787
        },
        {
            "start": 845221800,
            "stop": 845222963
        },
        {
            "start": 845232755,
            "stop": 845238287
        },
        {
            "start": 845312859,
            "stop": 845315015
        },
        {
            "start": 845315026,
            "stop": 845318186
        },
        {
            "start": 845318694,
            "stop": 845320240
        },
        {
            "start": 845320248,
            "stop": 845321055
        },
        {
            "start": 845321437,
            "stop": 845322465
        },
        {
            "start": 845322466,
            "stop": 845322475
        },
        {
            "start": 845322477,
            "stop": 845325530
        },
        {
            "start": 845325679,
            "stop": 845329966
        },
        {
            "start": 845330997,
            "stop": 845332848
        },
        {
            "start": 845332856,
            "stop": 845377241
        },
        {
            "start": 845381950,
            "stop": 845398957
        },
        {
            "start": 845411788,
            "stop": 845421383
        },
        {
            "start": 845435003,
            "stop": 845447033
        }
    ]
}