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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5632",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5633,
    "results": [
        {
            "start": 874508075,
            "stop": 874508125
        },
        {
            "start": 874508128,
            "stop": 874508137
        },
        {
            "start": 874508140,
            "stop": 874508144
        },
        {
            "start": 874508152,
            "stop": 874508188
        },
        {
            "start": 874508193,
            "stop": 874508204
        },
        {
            "start": 874508208,
            "stop": 874508264
        },
        {
            "start": 874508267,
            "stop": 874508322
        },
        {
            "start": 874508325,
            "stop": 874508326
        },
        {
            "start": 874508329,
            "stop": 874508342
        },
        {
            "start": 874508345,
            "stop": 874508355
        },
        {
            "start": 874508358,
            "stop": 874508419
        },
        {
            "start": 874508423,
            "stop": 874508424
        },
        {
            "start": 874508428,
            "stop": 874508443
        },
        {
            "start": 874508446,
            "stop": 874508455
        },
        {
            "start": 874508458,
            "stop": 874508472
        },
        {
            "start": 874508475,
            "stop": 874508489
        },
        {
            "start": 874508492,
            "stop": 874508607
        },
        {
            "start": 874508610,
            "stop": 874508664
        },
        {
            "start": 874508668,
            "stop": 874508674
        },
        {
            "start": 874508678,
            "stop": 874508702
        }
    ]
}