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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=197",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 198,
    "results": [
        {
            "start": 816853022,
            "stop": 816853023
        },
        {
            "start": 816853041,
            "stop": 816853045
        },
        {
            "start": 816853049,
            "stop": 816853070
        },
        {
            "start": 816853076,
            "stop": 816853079
        },
        {
            "start": 816853084,
            "stop": 816853085
        },
        {
            "start": 816853091,
            "stop": 816853093
        },
        {
            "start": 816853099,
            "stop": 816853174
        },
        {
            "start": 816853178,
            "stop": 816853201
        },
        {
            "start": 816853205,
            "stop": 816853339
        },
        {
            "start": 816853343,
            "stop": 816853389
        },
        {
            "start": 816853395,
            "stop": 816853428
        },
        {
            "start": 816853433,
            "stop": 816853478
        },
        {
            "start": 816853481,
            "stop": 816853491
        },
        {
            "start": 816853497,
            "stop": 816853540
        },
        {
            "start": 816853551,
            "stop": 816853562
        },
        {
            "start": 816853578,
            "stop": 816853597
        },
        {
            "start": 816853602,
            "stop": 816853604
        },
        {
            "start": 816853609,
            "stop": 816853610
        },
        {
            "start": 816853619,
            "stop": 816853624
        },
        {
            "start": 816853627,
            "stop": 816853698
        }
    ]
}