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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=215",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 216,
    "results": [
        {
            "start": 846930403,
            "stop": 846930458
        },
        {
            "start": 846930461,
            "stop": 846930488
        },
        {
            "start": 846930501,
            "stop": 846930517
        },
        {
            "start": 846930530,
            "stop": 846930555
        },
        {
            "start": 846930592,
            "stop": 846930594
        },
        {
            "start": 846930612,
            "stop": 846930628
        },
        {
            "start": 846930643,
            "stop": 846930652
        },
        {
            "start": 846930656,
            "stop": 846930659
        },
        {
            "start": 846935556,
            "stop": 846935627
        },
        {
            "start": 846935631,
            "stop": 846935636
        },
        {
            "start": 846935640,
            "stop": 846935714
        },
        {
            "start": 846935718,
            "stop": 846935753
        },
        {
            "start": 846935757,
            "stop": 846935864
        },
        {
            "start": 846935874,
            "stop": 846935913
        },
        {
            "start": 846935922,
            "stop": 846935972
        },
        {
            "start": 846935976,
            "stop": 846935992
        },
        {
            "start": 846935996,
            "stop": 846936007
        },
        {
            "start": 846936016,
            "stop": 846936051
        },
        {
            "start": 846936075,
            "stop": 846936096
        },
        {
            "start": 846936105,
            "stop": 846936187
        }
    ]
}