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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=138",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 139,
    "results": [
        {
            "start": 819362764,
            "stop": 819362801
        },
        {
            "start": 819363215,
            "stop": 819366223
        },
        {
            "start": 819366404,
            "stop": 819370152
        },
        {
            "start": 819370829,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819377920
        },
        {
            "start": 819378108,
            "stop": 819380134
        },
        {
            "start": 819380557,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819390234
        },
        {
            "start": 819390241,
            "stop": 819392365
        },
        {
            "start": 819392636,
            "stop": 819395384
        },
        {
            "start": 819395650,
            "stop": 819395682
        },
        {
            "start": 819396138,
            "stop": 819396190
        },
        {
            "start": 819396340,
            "stop": 819396974
        },
        {
            "start": 819396988,
            "stop": 819400755
        },
        {
            "start": 819400894,
            "stop": 819401353
        }
    ]
}