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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=181",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 182,
    "results": [
        {
            "start": 933061855,
            "stop": 933061859
        },
        {
            "start": 933061865,
            "stop": 933061879
        },
        {
            "start": 933061887,
            "stop": 933061888
        },
        {
            "start": 933063485,
            "stop": 933067884
        },
        {
            "start": 933076358,
            "stop": 933077193
        },
        {
            "start": 933077201,
            "stop": 933077727
        },
        {
            "start": 933078827,
            "stop": 933085732
        },
        {
            "start": 933089709,
            "stop": 933090515
        },
        {
            "start": 933091353,
            "stop": 933093206
        },
        {
            "start": 933095086,
            "stop": 933096068
        },
        {
            "start": 933102655,
            "stop": 933102700
        },
        {
            "start": 933104983,
            "stop": 933105996
        },
        {
            "start": 933106098,
            "stop": 933109819
        },
        {
            "start": 933142374,
            "stop": 933147038
        },
        {
            "start": 933149548,
            "stop": 933150119
        },
        {
            "start": 933154332,
            "stop": 933155178
        },
        {
            "start": 933166840,
            "stop": 933167939
        },
        {
            "start": 933180305,
            "stop": 933184483
        },
        {
            "start": 933184485,
            "stop": 933184513
        },
        {
            "start": 933184515,
            "stop": 933184527
        }
    ]
}