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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 272,
    "results": [
        {
            "start": 931782803,
            "stop": 931782810
        },
        {
            "start": 931782811,
            "stop": 931782815
        },
        {
            "start": 931782816,
            "stop": 931782818
        },
        {
            "start": 931782820,
            "stop": 931782821
        },
        {
            "start": 931782822,
            "stop": 931782823
        },
        {
            "start": 931782825,
            "stop": 931782826
        },
        {
            "start": 931782828,
            "stop": 931782838
        },
        {
            "start": 931782839,
            "stop": 931782841
        },
        {
            "start": 931782844,
            "stop": 931782859
        },
        {
            "start": 931782861,
            "stop": 931782867
        },
        {
            "start": 931782869,
            "stop": 931782870
        },
        {
            "start": 931782872,
            "stop": 931782930
        },
        {
            "start": 931782932,
            "stop": 931782956
        },
        {
            "start": 931782958,
            "stop": 931782964
        },
        {
            "start": 931782967,
            "stop": 931782976
        },
        {
            "start": 931782978,
            "stop": 931783000
        },
        {
            "start": 931783002,
            "stop": 931783016
        },
        {
            "start": 931783018,
            "stop": 931783031
        },
        {
            "start": 931783035,
            "stop": 931783065
        },
        {
            "start": 931783069,
            "stop": 931783092
        }
    ]
}