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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1046",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1044",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1045,
    "results": [
        {
            "start": 1135376312,
            "stop": 1135381232
        },
        {
            "start": 1135381234,
            "stop": 1135384760
        },
        {
            "start": 1135384761,
            "stop": 1135385613
        },
        {
            "start": 1135385616,
            "stop": 1135391746
        },
        {
            "start": 1135411109,
            "stop": 1135417372
        },
        {
            "start": 1135418759,
            "stop": 1135423566
        },
        {
            "start": 1135423568,
            "stop": 1135431910
        },
        {
            "start": 1135431912,
            "stop": 1135442164
        },
        {
            "start": 1135442165,
            "stop": 1135444409
        },
        {
            "start": 1135444410,
            "stop": 1135446248
        },
        {
            "start": 1135457586,
            "stop": 1135457834
        },
        {
            "start": 1135457837,
            "stop": 1135458093
        },
        {
            "start": 1135458096,
            "stop": 1135464503
        },
        {
            "start": 1135464505,
            "stop": 1135477362
        },
        {
            "start": 1135477363,
            "stop": 1135477768
        },
        {
            "start": 1135477770,
            "stop": 1135479680
        },
        {
            "start": 1135479682,
            "stop": 1135482172
        },
        {
            "start": 1135482174,
            "stop": 1135487806
        },
        {
            "start": 1135487807,
            "stop": 1135488901
        },
        {
            "start": 1135488902,
            "stop": 1135496453
        }
    ]
}