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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=165",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 166,
    "results": [
        {
            "start": 816783712,
            "stop": 816783713
        },
        {
            "start": 816783716,
            "stop": 816783745
        },
        {
            "start": 816783755,
            "stop": 816783756
        },
        {
            "start": 816783774,
            "stop": 816783780
        },
        {
            "start": 816783788,
            "stop": 816783789
        },
        {
            "start": 816783792,
            "stop": 816783793
        },
        {
            "start": 816790398,
            "stop": 816790412
        },
        {
            "start": 816790417,
            "stop": 816790581
        },
        {
            "start": 816790586,
            "stop": 816790593
        },
        {
            "start": 816790600,
            "stop": 816790606
        },
        {
            "start": 816790609,
            "stop": 816790654
        },
        {
            "start": 816790657,
            "stop": 816791047
        },
        {
            "start": 816791052,
            "stop": 816791210
        },
        {
            "start": 816791213,
            "stop": 816791265
        },
        {
            "start": 816791269,
            "stop": 816791349
        },
        {
            "start": 816791354,
            "stop": 816791392
        },
        {
            "start": 816791396,
            "stop": 816791453
        },
        {
            "start": 816791457,
            "stop": 816791469
        },
        {
            "start": 816791472,
            "stop": 816791638
        },
        {
            "start": 816791642,
            "stop": 816791703
        }
    ]
}