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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=130",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 131,
    "results": [
        {
            "start": 819148693,
            "stop": 819148733
        },
        {
            "start": 819149430,
            "stop": 819150497
        },
        {
            "start": 819150505,
            "stop": 819150508
        },
        {
            "start": 819154648,
            "stop": 819154969
        },
        {
            "start": 819154977,
            "stop": 819155019
        },
        {
            "start": 819155026,
            "stop": 819155841
        },
        {
            "start": 819155848,
            "stop": 819159352
        },
        {
            "start": 819159359,
            "stop": 819159828
        },
        {
            "start": 819159835,
            "stop": 819160195
        },
        {
            "start": 819160201,
            "stop": 819161412
        },
        {
            "start": 819161420,
            "stop": 819161708
        },
        {
            "start": 819161715,
            "stop": 819164636
        },
        {
            "start": 819164643,
            "stop": 819164712
        },
        {
            "start": 819164719,
            "stop": 819165756
        },
        {
            "start": 819165763,
            "stop": 819167110
        },
        {
            "start": 819167117,
            "stop": 819167580
        },
        {
            "start": 819167587,
            "stop": 819168016
        },
        {
            "start": 819168023,
            "stop": 819168197
        },
        {
            "start": 819168204,
            "stop": 819168867
        },
        {
            "start": 819168874,
            "stop": 819171993
        }
    ]
}