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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=167",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 168,
    "results": [
        {
            "start": 834119344,
            "stop": 834126710
        },
        {
            "start": 834127770,
            "stop": 834178753
        },
        {
            "start": 834185745,
            "stop": 834189193
        },
        {
            "start": 834190907,
            "stop": 834193571
        },
        {
            "start": 834197771,
            "stop": 834206154
        },
        {
            "start": 834207831,
            "stop": 834218882
        },
        {
            "start": 834221334,
            "stop": 834246059
        },
        {
            "start": 834268311,
            "stop": 834270493
        },
        {
            "start": 834271947,
            "stop": 834282013
        },
        {
            "start": 834284979,
            "stop": 834294373
        },
        {
            "start": 834300737,
            "stop": 834301850
        },
        {
            "start": 834310767,
            "stop": 834312185
        },
        {
            "start": 834316773,
            "stop": 834322973
        },
        {
            "start": 834330595,
            "stop": 834340033
        },
        {
            "start": 834340040,
            "stop": 834340041
        },
        {
            "start": 834340181,
            "stop": 834345793
        },
        {
            "start": 834348323,
            "stop": 834350533
        },
        {
            "start": 834353718,
            "stop": 834358393
        },
        {
            "start": 834358433,
            "stop": 834358435
        },
        {
            "start": 834358761,
            "stop": 834366810
        }
    ]
}