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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7136",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7137,
    "results": [
        {
            "start": 874828864,
            "stop": 874828937
        },
        {
            "start": 874828941,
            "stop": 874829423
        },
        {
            "start": 874829426,
            "stop": 874830288
        },
        {
            "start": 874830291,
            "stop": 874830600
        },
        {
            "start": 874830604,
            "stop": 874830774
        },
        {
            "start": 874830778,
            "stop": 874830815
        },
        {
            "start": 874830818,
            "stop": 874830824
        },
        {
            "start": 874830827,
            "stop": 874831722
        },
        {
            "start": 874831729,
            "stop": 874832809
        },
        {
            "start": 874832810,
            "stop": 874832828
        },
        {
            "start": 874832829,
            "stop": 874832835
        },
        {
            "start": 874832838,
            "stop": 874832841
        },
        {
            "start": 874832845,
            "stop": 874832846
        },
        {
            "start": 874832847,
            "stop": 874832857
        },
        {
            "start": 874832858,
            "stop": 874832903
        },
        {
            "start": 874832904,
            "stop": 874832965
        },
        {
            "start": 874834273,
            "stop": 874834300
        },
        {
            "start": 874834303,
            "stop": 874834353
        },
        {
            "start": 874834357,
            "stop": 874834501
        },
        {
            "start": 874834505,
            "stop": 874834822
        }
    ]
}