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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=168",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 169,
    "results": [
        {
            "start": 833484490,
            "stop": 833484510
        },
        {
            "start": 833484524,
            "stop": 833484588
        },
        {
            "start": 833484593,
            "stop": 833484613
        },
        {
            "start": 833484622,
            "stop": 833484672
        },
        {
            "start": 833484676,
            "stop": 833484712
        },
        {
            "start": 833484716,
            "stop": 833484801
        },
        {
            "start": 833484820,
            "stop": 833484844
        },
        {
            "start": 833484848,
            "stop": 833484870
        },
        {
            "start": 833484879,
            "stop": 833485069
        },
        {
            "start": 833485072,
            "stop": 833485116
        },
        {
            "start": 833485125,
            "stop": 833485150
        },
        {
            "start": 833485154,
            "stop": 833485232
        },
        {
            "start": 833485238,
            "stop": 833485281
        },
        {
            "start": 833485303,
            "stop": 833485389
        },
        {
            "start": 833485393,
            "stop": 833485582
        },
        {
            "start": 833485600,
            "stop": 833485606
        },
        {
            "start": 833485625,
            "stop": 833485630
        },
        {
            "start": 833485634,
            "stop": 833485645
        },
        {
            "start": 833485658,
            "stop": 833485913
        },
        {
            "start": 833485917,
            "stop": 833490964
        }
    ]
}