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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4686",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4684",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4685,
    "results": [
        {
            "start": 969885606,
            "stop": 969885667
        },
        {
            "start": 969885670,
            "stop": 969885698
        },
        {
            "start": 969885758,
            "stop": 969885902
        },
        {
            "start": 969885919,
            "stop": 969885938
        },
        {
            "start": 969886178,
            "stop": 969886238
        },
        {
            "start": 969886478,
            "stop": 969886537
        },
        {
            "start": 969886540,
            "stop": 969886582
        },
        {
            "start": 969886585,
            "stop": 969886604
        },
        {
            "start": 969886608,
            "stop": 969886651
        },
        {
            "start": 969886654,
            "stop": 969886684
        },
        {
            "start": 969886687,
            "stop": 969886693
        },
        {
            "start": 969886696,
            "stop": 969886718
        },
        {
            "start": 969886778,
            "stop": 969886821
        },
        {
            "start": 969886824,
            "stop": 969886835
        },
        {
            "start": 969886838,
            "stop": 969886860
        },
        {
            "start": 969886863,
            "stop": 969886883
        },
        {
            "start": 969886886,
            "stop": 969886898
        },
        {
            "start": 969886958,
            "stop": 969887004
        },
        {
            "start": 969887007,
            "stop": 969887034
        },
        {
            "start": 969887037,
            "stop": 969887057
        }
    ]
}